private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services from 1 day to full product delivery
What SystemProperties does Jetty use?
We're trying to move away as much as possible from the use of SystemProperties to configure Jetty. That said, here are those that are still in use:
Property Name |
Default Value |
Description |
|---|---|---|
jetty.home |
Determined at runtime |
Path of the Jetty installation. The start.jar startup method uses an algorithm to search for this location unless this property has been set on the command line |
org.mortbay.util.FileResource.checkAliases |
true |
If set to |
org.mortbay.util.URI.charset |
UTF-8 |
Character encoding of URLs |
ROLLOVERFILE_BACKUP_FORMAT |
HHmmssSSS |
Format for the date string that is appended to files during rollover |
STOP.KEY |
No default |
If specified with the start.jar command, a random key is printed on stdout and must be used with the stop.jar command. Security measure to guard against unauthorized stop/starts |
STOP.PORT |
8079 |
The local port used to signal to stop the server used with stop.jar. A value of 0 disables the mechanism. See also STOP.KEY |
START |
org/mortbay/start/start.config |
Path to customized startup file |