Skip to content

Commit 0c9d196

Browse files
committed
Updates from review.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
1 parent 4d27c8d commit 0c9d196

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

jetty-core/jetty-deploy/src/main/config/modules/deployment-scanner.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

jetty-core/jetty-server/src/main/config/modules/debuglog.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

jetty-core/jetty-server/src/main/config/modules/jaas.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ deployment-scanner
1313
etc/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

jetty-core/jetty-server/src/main/config/modules/requestlog.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

jetty-core/jetty-server/src/main/config/modules/well-known.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

jetty-core/jetty-util/src/main/config/modules/console-capture.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ logs/
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.

0 commit comments

Comments
 (0)