-
Bug
-
Resolution: Done
-
Major
-
tomcat_1.0.0.CR5
-
None
This code from the catalina startup script is not done in the manged deployable container
# Set juli LogManager config file if it is present and an override has not been issued if [ -z "$LOGGING_CONFIG" ]; then if [ -r "$CATALINA_BASE"/conf/logging.properties ]; then LOGGING_CONFIG="-Djava.util.logging.config.file=$CATALINA_BASE/conf/logging.properties" else # Bugzilla 45585 LOGGING_CONFIG="-Dnop" fi fi if [ -z "$LOGGING_MANAGER" ]; then LOGGING_MANAGER="-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager" fi
As a result, tomcat logging does not work
- is related to
-
ARQ-1848 Tomcat managed containers should start and stop Tomcat using the standard run scripts
- Open