Mittwoch, 28. März 2012
Tomcat und Location der log4j.xml
Die Location der log4j.xml kann über ein System-Property gesetzt werden. Dazu wird ein Eintrag in der bin/setenv.sh erstellt:

JAVA_OPTS="$JAVA_OPTS -Dlog4j.configuration=file:$CATALINA_HOME/conf/log4j.xml"

... comment