> From: Joe Hansen [mailto:[email protected]] > Subject: Re: Log4j logging doesn't work when a web application is moved > outside Tomcat/webapps directory > > When commons-logging.jar is present in Tomcat/lib and WEB-INF/lib > directories, I get the following error :
As you should. As Chris said, put everything (including the spring jars) in each webapp's WEB-INF/lib directory, and as little as possible (preferably nothing) in Tomcat's lib directory. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
