Mark, Chuck, Andre, and Charles, You guys rock! Mark, I followed your recommendations and 1. I copied the virtual host webapps directories outside Tomcat. c:/hosts/abc.local/webapps c:/hosts/xyz.local/webapps 2. Copied the manager.xml to Tomcat/conf/Catalina/abc.local and Tomcat/conf/Catalina/xyz.local. Also copied the manager web application to c:/hosts/abc.local/webapps and c:/hosts/xyz.local/webapps 3. I commented the following segment from abc.local/ROOT/WEB-INF/web.xml file <!-- <listener> <listener-class>org.springframework.web.util.Log4jConfigListener</listener-class> </listener> <context-param> <param-name>log4jConfigLocation</param-name> <param-value>/WEB-INF/classes/log4j.properties</param-value> </context-param> <context-param> <param-name>log4jExposeWebAppRoot</param-name> <param-value>false</param-value> </context-param> --> 4. Removed log4j.jar from Tomcat/lib directory and copied it to abc.local/webapps/ROOT/WEB-INF/lib and xyz.local/webapps/ROOT/WEB-INF/lib
I then restarted Tomcat. This DID NOT solve the issue complete though. The MOST IMPORTANT step was to move all jar files EXCEPT THE FOLLOWING jar files to WEB-INF/lib directory from Tomcat/lib directory: annotations-api.jar catalina.jar catalina-*.jar commons-dbcp.jar commons-pool.jar el-api.jar jasper*.jar jsp-api.jar mail.jar servlet-api.jar tomcat*.jar DATABASE-DRIVERS.jar As previously thought, the Quartz jobs (that run every one hour) were not part of the problem! I could not have resolved this issue without your contribution! I am very grateful for your kind help. :) Thank you all! --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org