This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > Network > jetty (9.2.3.v20140905)

Jetty provides a Web server and javax.servlet container, plus support for SPDY,
WebSocket, OSGi, JMX, JNDI, JAAS and many other integrations.
These components are open source and available for commercial use and distribution.

Jetty is used in a wide variety of projects and products, both in development and production.
Jetty can be easily embedded in devices, tools, frameworks, application servers, and clusters.

This script repacks the tar.gz into a slackware package.
It also links the startup script to /etc/rc.d/rc.jetty.

## Startup
To have this start upon each boot, add the following lines to /etc/rc.d/rc.local

# Start jetty
if [ -x /etc/rc.d/rc.jetty ]; then
/etc/rc.d/rc.jetty start
fi

This requires: jdk

Maintained by: Mário Antunes
Keywords: jetty,servlet engine,websockets,http server
ChangeLog: jetty

Homepage:
http://www.eclipse.org/jetty/

Source Downloads:
jetty-distribution-9.2.3.v20140905.tar.gz (ab0822beb826a5db91de46d1d281afb7)

Download SlackBuild:
jetty.tar.gz
jetty.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
jetty.SlackBuild
jetty.info
slack-desc

Validated for Slackware 14.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds