From adc1f2ae049e1ccfda14a83d09546e4d293c6a62 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 11 Nov 2016 15:23:44 -0500 Subject: network/jetty: Update README. --- network/jetty/README | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/network/jetty/README b/network/jetty/README index 31368bff74..4ba33dc809 100644 --- a/network/jetty/README +++ b/network/jetty/README @@ -1,15 +1,20 @@ -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 (web server) -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. +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 +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 -- cgit v1.2.3