summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik (Xarthisius) <xarthisius@gentoo.org>2012-03-04 20:21:59 +0100
committerKacper Kowalik (Xarthisius) <xarthisius@gentoo.org>2012-03-04 20:21:59 +0100
commitd3d922b91187c8238c65c8ac4ad1e043b64d94bd (patch)
tree4b7509eceed9ba7463fee7712864736b82068d65 /www-servers/jetty-bin/files/conf.d/jetty-6
parentMerge branch 'master' of git+ssh://git.overlays.gentoo.org/dev/xarthisius (diff)
downloadxarthisius-d3d922b91187c8238c65c8ac4ad1e043b64d94bd.tar.gz
xarthisius-d3d922b91187c8238c65c8ac4ad1e043b64d94bd.tar.bz2
xarthisius-d3d922b91187c8238c65c8ac4ad1e043b64d94bd.zip
[www-servers/jetty-bin] fork from seden's overlay. Respect multilib-strict
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, 24 insertions, 0 deletions
diff --git a/www-servers/jetty-bin/files/conf.d/jetty-6 b/www-servers/jetty-bin/files/conf.d/jetty-6
new file mode 100644
index 0000000..730ac76
--- /dev/null
+++ b/www-servers/jetty-bin/files/conf.d/jetty-6
@@ -0,0 +1,24 @@
+#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=""