File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
jetty-deploy/src/main/config/modules
jetty-server/src/main/config/modules
jetty-util/src/main/config/modules Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ etc/jetty-deployment-scanner.xml
2121[ini- template]
2222#tag::documentation[]
2323## The web application deploy directory name, or a comma-separated
24- ## list of directories (relative to $JETTY_BASE).
24+ ## list of directories (absolute paths, or relative to $JETTY_BASE).
2525# jetty.deploy.webappsDir=webapps
2626
27- ## The environments directory name (relative to $JETTY_BASE).
27+ ## The environments directory name (absolute path, or relative to $JETTY_BASE).
2828## This is where environment specific configuration files are stored.
2929# jetty.deploy.environmentsDir=environments
3030
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ etc/jetty-debuglog.xml
1919
2020[ini- template]
2121#tag::documentation[]
22- ## Logging directory (relative to $JETTY_BASE)
22+ ## Logging directory (absolute path, or relative to $JETTY_BASE)
2323# jetty.debuglog.dir=logs
2424
2525## Whether to append to existing file
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ deployment-scanner
1313etc/ jetty- jaas.xml
1414
1515[ini- template]
16- ## The file location (relative to $JETTY_BASE) for the
17- ## JAAS "java.security.auth.login.config" system property
16+ ## The file location (absolute path, or relative to $JETTY_BASE)
17+ ## for the JAAS "java.security.auth.login.config" system property.
1818# jetty.jaas.login.conf=etc/login.conf
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ jetty.requestlog.dir?=logs
2424## Format string
2525# jetty.requestlog.formatString=%{client}a - %u %{dd/MMM/yyyy:HH:mm:ss ZZZ|GMT}t "%r" %s %O "%{Referer}i" "%{User-Agent}i"
2626
27- ## Logging directory (relative to $JETTY_BASE)
27+ ## Logging directory (absolute path, or relative to $JETTY_BASE).
2828# jetty.requestlog.dir=logs
2929
3030## File path
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ etc/well-known.xml
1717
1818[ini- template]
1919# tag::documentation[]
20- ## Well Known Directory (relative to $JETTY_BASE if relative path, otherwise it is an absolute path ).
20+ ## Well Known Directory (absolute path, or relative to $JETTY_BASE ).
2121# jetty.wellknown.dir=.well-known
2222
2323## Allow contents of the well-known directory to be listed.
Original file line number Diff line number Diff line change 1717
1818[ini- template]
1919# tag::documentation[]
20- ## Logging directory (relative to $JETTY_BASE).
20+ ## Logging directory (absolute path, or relative to $JETTY_BASE).
2121# jetty.console-capture.dir=./logs
2222
2323## Whether to append to existing file.
You can’t perform that action at this time.
0 commit comments