lib/rubyfox/server/data/lib/jetty/start.ini in rubyfox-server-2.11.1.0 vs lib/rubyfox/server/data/lib/jetty/start.ini in rubyfox-server-2.12.1.0

- old
+ new

@@ -38,21 +38,21 @@ # Initialize module server # --module=server ## Server Threading Configuration # minimum number of threads -threads.min=10 +jetty.threadPool.minThreads=10 # maximum number of threads -threads.max=200 +jetty.threadPool.maxThreads=200 # thread idle timeout in milliseconds -threads.timeout=60000 +jetty.threadPool.idleTimeout=60000 # What host to listen on (leave commented to listen on all interfaces) #jetty.host=myhost.com # Dump the state of the Jetty server, components, and webapps after startup -jetty.dump.start=false +jetty.server.dumpAfterStart=false # Dump the state of the Jetty server, before stop -jetty.dump.stop=false +jetty.server.dumpBeforeStop=false org.eclipse.jetty.server.Request.maxFormContentSize=10000000 # # Initialize module deploy @@ -60,12 +60,12 @@ --module=deploy # # Initialize module websocket # ---module=websocket + # # Initialize module jsp # --module=jsp # JSP Configuration @@ -73,10 +73,9 @@ # -Dorg.apache.jasper.compiler.disablejsr199=true # # Initialize module ext # ---module=ext # # Initialize module resources # --module=resources