Re: How to configure the logs for Tomcat 5.5.17

2006-07-30 Thread Raju Balugu
Thanks a lot Jon Dickinson.previously I tried by putting those jar files into common/lib.Now I will try by putting those jars into server/lib. Regards Raju On 7/29/06, Jon Dickinson <[EMAIL PROTECTED]> wrote: Put the commons-logging.jar and log4j.jar in your server/lib directory and your log4

Re: How to configure the logs for Tomcat 5.5.17

2006-07-29 Thread Jon Dickinson
Put the commons-logging.jar and log4j.jar in your server/lib directory and your log4j.properties file in the server/classes directory. This is a seperate class loader from the one used for your web applications so you can define the Tomcat server logging seperately from your web application loggin