diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-11 15:23:44 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-12 06:58:01 +0700 |
commit | adc1f2ae049e1ccfda14a83d09546e4d293c6a62 (patch) | |
tree | 793f4bb379e7a80022f6c07a763f4476b5bc664a | |
parent | f3bc141c7c3a78bfd24aca01a697c983d5c80f9e (diff) | |
download | slackbuilds-adc1f2ae049e1ccfda14a83d09546e4d293c6a62.tar.gz |
network/jetty: Update README.
-rw-r--r-- | network/jetty/README | 17 |
1 files 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 |