slackbuilds/network/jetty
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README network/jetty: Update README. 2016-11-12 06:58:01 +07:00
jetty.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
jetty.info network/jetty: Update DOWNLOAD url. 2014-12-29 15:48:23 +07:00
slack-desc

README

jetty (web server)

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
Jetty development and production.  can be easily embedded in devices,
Jetty 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