slackbuilds_ponce/network/jetty
Mário Antunes a6a57a4c8a network/jetty: Updated for version 9.2.3.v20140905.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-10-05 08:01:01 +07:00
..
jetty.info network/jetty: Updated for version 9.2.3.v20140905. 2014-10-05 08:01:01 +07:00
jetty.SlackBuild network/jetty: Updated for version 9.2.3.v20140905. 2014-10-05 08:01:01 +07:00
README network/jetty: Updated for version 9.2.3.v20140905. 2014-10-05 08:01:01 +07:00
slack-desc

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