My tomcat 6.x is using currently is using the default logging i.e JULI. But my application deployed on it is using log4j which was working fine on jboss earlier but when i deployed the same on tomcat i got below error +++++++++++++++++ SEVERE:Error listener start ++++++++++++++++ When i googled i came to know the tomcat by default expects webapps/<App>/WEB-INF/classes/logging.properties .
By creating the above file my error mentioned above got resolved. Does this is the right approach, will now i wont be able to make use of log 4j for my application?? Soon after that i encounter errors that class not found w.r.t class i mentioned in my application web.xml under Listener tag & strange thing is i have already place the respective jars under my CATALINA_BASE/lib directory. Ques-1 I didnt understand & i dont know how to Implement log4j for an application when my tomcat is using JULIE framework?? Ques-2: inspite of placing my custom jars needed by my application under CATALINA_BASE/lib directory , still i am getting class not found exception?? Ques-3 do i need to implement log4j at tomcat first then only i can make it available to my application ? Thanks, Vicky --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org