Sha256: 415a0e0c347c6848288c078c27dfab2eef0a696003b827ff0a2b81b261017255
Contents?: true
Size: 780 Bytes
Versions: 4
Compression:
Stored size: 780 Bytes
Contents
# # Base Server Module # [optional] jvm jmx ext resources [lib] lib/servlet-api-3.1.jar lib/jetty-schemas-3.1.jar lib/jetty-http-${jetty.version}.jar lib/jetty-server-${jetty.version}.jar lib/jetty-xml-${jetty.version}.jar lib/jetty-util-${jetty.version}.jar lib/jetty-io-${jetty.version}.jar [xml] etc/jetty.xml [ini-template] ## Server Threading Configuration # minimum number of threads threads.min=10 # maximum number of threads threads.max=200 # thread idle timeout in milliseconds threads.timeout=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 # Dump the state of the Jetty server, before stop jetty.dump.stop=false
Version data entries
4 entries across 4 versions & 1 rubygems