ember 18, 2005 11:04 AM
Subject: Shared/WebApp ClassLoaders
Something strange happened to my tomcat yesterday:
I have two webApps which use some shared jars that i put in
$TOMCAT_HOME/shared/lib
Yesterday i decided to remove the log4j.jar from shared/lib and put it on
each webApp WEB-INF/lib dir.
Something strange happened to my tomcat yesterday:
I have two webApps which use some shared jars that i put in
$TOMCAT_HOME/shared/lib
Yesterday i decided to remove the log4j.jar from shared/lib and put it on
each webApp WEB-INF/lib dir.
Log4j works great now, and one of the WebApps also ru