×
This section is a work in progress. Want to help? Check out the jenkinsci/docs gitter channel. For other ways to contribute to the Jenkins project, ...
Jenkins passes all command line parameters to the Winstone servlet container. More information about Jenkins Winstone command line parameters is available from ...
For Windows service: · Add the line to %JENKINS_HOME%/jenkins.xml in <arguments> block. --accessLoggerClassName=winstone.accesslog. · Restart Jenkins service ...
The Jenkins WAR file bundles Winstone, a Jetty servlet container wrapper, and can be started on any operating system or platform with a version of Java ...
Implements the main launcher daemon thread. Logger. A utility class for logging event and status messages. Option<T>. Command line options used in Launcher ...
Interface that defines the necessary methods for being a connection listener within winstone. · Manages the references to individual webapps within the container ...
Implements the main launcher daemon thread. This is the class that gets launched by the command line, and owns the server socket, etc.
Master exception within the servlet container. This is thrown whenever a non-recoverable error occurs that we want to throw to the top of the application.
The Jenkins Web application ARchive (WAR) file bundles Winstone, a Jetty servlet container wrapper, and can be started on any operating system or platform ...
Package winstone.cmdline ; Command line options used in Launcher .