Details
-
Bug
-
Resolution: Duplicate
-
Major
-
0.9.28
-
None
-
None
Description
In LogbackValve, the following code assumes catalina.home/conf to be the only location where a conf directory can exist. In advanced configuration of tomcat, there can be serveral instances of tomcat each with their own conf directory with catalina.base pointing to instance home.
String tomcatHomeProperty = OptionHelper
.getSystemProperty("catalina.home");
filename = tomcatHomeProperty + File.separatorChar + DEFAULT_CONFIG_FILE;
Attachments
Issue Links
- relates to (in)
-
LOGBACK-1069 LogbackValve configuration from resource
- Resolved