From ffcbd65584cf97fdb40266b6a4203992ec7805e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Antunes?= Date: Sat, 6 Jul 2013 10:23:50 -0400 Subject: network/jetty: Added (web server) Signed-off-by: dsomero --- network/jetty/README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 network/jetty/README (limited to 'network/jetty/README') diff --git a/network/jetty/README b/network/jetty/README new file mode 100644 index 0000000000..4a9b44dc52 --- /dev/null +++ b/network/jetty/README @@ -0,0 +1,19 @@ +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 -- cgit v1.2.3