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

How to configure the logs for Tomcat 5.5.17

2006-07-27 Thread Raju Balugu
Hi , Tomcat 5.5.15 Solaris 2.9 box I am trying to configure the logging throuth log4j but not able to success..getting lot of errors. Can anybody give the steps to configure the tomcat logging.(specific to Tomcat purpose not the application) Regards Raju