You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/container-tomcat.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The container can be configured by modifying the [`config/tomcat.yml`][] file in
27
27
| `logging_support.version` | The version of Tomcat Logging Support to use. Candidate versions can be found in [this listing](http://download.pivotal.io.s3.amazonaws.com/tomcat-logging-support/index.yml).
28
28
| `access_logging_support.repository_root` | The URL of the Tomcat Access Logging Support repository index ([details][repositories]).
29
29
| `access_logging_support.version` | The version of Tomcat Access Logging Support to use. Candidate versions can be found in [this listing](http://download.pivotal.io.s3.amazonaws.com/tomcat-access-logging-support/index.yml).
30
-
| `access_logging` | Set to 'enabled' to turn on the access logging support. Default is 'disabled'.
30
+
| `access_logging_support.access_logging` | Set to `enabled` to turn on the access logging support. Default is `disabled`.
31
31
| `redis_store.connection_pool_size` | The Redis connection pool size. Note that this is per-instance, not per-application.
32
32
| `redis_store.database` | The Redis database to connect to.
33
33
| `redis_store.repository_root` | The URL of the Redis Store repository index ([details][repositories]).
0 commit comments