Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-distribution/src/main/resources/start.d/100-jetty.ini')
-rw-r--r--jetty-distribution/src/main/resources/start.d/100-jetty.ini21
1 files changed, 0 insertions, 21 deletions
diff --git a/jetty-distribution/src/main/resources/start.d/100-jetty.ini b/jetty-distribution/src/main/resources/start.d/100-jetty.ini
deleted file mode 100644
index dd40dedf80..0000000000
--- a/jetty-distribution/src/main/resources/start.d/100-jetty.ini
+++ /dev/null
@@ -1,21 +0,0 @@
-
-#===========================================================
-# Default Server Options
-# Use the core server jars with websocket on the classpath
-# Add the contents of the resources directory to the classpath
-# Add jars discovered in lib/ext to the classpath
-# Include the core jetty configuration file
-#-----------------------------------------------------------
-DEFINE=jetty
-OPTION=jetty
-
-threads.min=10
-threads.max=200
-threads.timeout=60000
-#jetty.host=myhost.com
-jetty.dump.start=false
-jetty.dump.stop=false
-#jetty.logs=/var/log/jetty
-
-OPTION=Server
-etc/jetty.xml

Back to the top