summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius.kk@gmail.com>2016-02-12 09:55:52 -0600
committerKacper Kowalik <xarthisius.kk@gmail.com>2016-02-12 09:55:52 -0600
commit1ad98ebec2da0ef28d47dfed27c7b027b3d22641 (patch)
treee6cbc928291e6b1a87b99e3df4e2e9baaf398ed1 /www-servers/jetty-bin/files/conf.d/jetty-6
parentDrop app-admin/python-updater (diff)
downloadxarthisius-master.tar.gz
xarthisius-master.tar.bz2
xarthisius-master.zip
Drop old ebuildsHEADmaster
Diffstat (limited to 'www-servers/jetty-bin/files/conf.d/jetty-6')
-rw-r--r--www-servers/jetty-bin/files/conf.d/jetty-624
1 files changed, 0 insertions, 24 deletions
diff --git a/www-servers/jetty-bin/files/conf.d/jetty-6 b/www-servers/jetty-bin/files/conf.d/jetty-6
deleted file mode 100644
index 730ac76..0000000
--- a/www-servers/jetty-bin/files/conf.d/jetty-6
+++ /dev/null
@@ -1,24 +0,0 @@
-#Configuration options for jetty server
-
-#JETTY_HOST=localhost
-#JETTY_PORT=8080
-
-# port to listen on to stop the server
-#STOP_PORT=8079
-
-# "password" used on the stop port to verify that the server should be stopped
-STOP_KEY=secret
-
-# Set this value to 1 and configure the jetty-setuid.xml to have the server run as an unprivilaged user
-#USE_SETUID=1
-
-# jetty 6 has a bug that only lets it connect to ipv6 or ipv4, not both
-#USE_IPV6=1
-
-# Use the SSL config jetty-ssl.xml
-#USE_SSL=1
-
-# Set this to a space delimited list of extra conf files you want loaded
-# The files are relative to ${JETTY_HOME} so
-# ex. JETTY_CONF="etc/jetty-ajp.xml etc/jetty-logging.xml"
-#JETTY_CONF=""