Add server.tomcat.access_valve_enabled flag

Also introduced new strategy for customizing Tomcat Context
(TomcatContextCustomizer) - any that are added to the factory
will be applied before any other customizations in postProcessContext()

[Fixes #54670052] [bs-275] Make Tomcat access valve logs more accessible
This commit is contained in:
Dave Syer
2013-08-06 10:18:12 +01:00
parent dc812ddf17
commit d2419a36fd
5 changed files with 125 additions and 6 deletions

View File

@@ -1,2 +1,4 @@
# Allow Thymeleaf templates to be reloaded at dev time
spring.template.cache: false
spring.template.cache: false
server.tomcat.access_log_enabled: true
server.tomcat.basedir: target/tomcat