Re: Deleting web application specific log files

2009-02-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Asish, Please do not post your question more than once unless several days have gone by without a response. Ashish Sarna wrote: > I am using tomcat6 to deploy my web applications. For logging the messages > which come through > > httpServletRequest

RE: Deleting web application specific log files

2009-02-05 Thread Ashish Sarna
-Original Message- From: Ashish Sarna [mailto:ashish.sa...@thepsi.com] Sent: Tuesday, February 03, 2009 6:19 PM To: users@tomcat.apache.org Subject: Deleting web application specific log files Hello I am using tomcat6 to deploy my web applications. For logging the

Deleting web application specific log files

2009-02-03 Thread Ashish Sarna
Hello I am using tomcat6 to deploy my web applications. For logging the messages which come through httpServletRequest.getSession().getServletContext().log("Some message"); calls. I have created a logging.properties file, which contains this: handlers = org.apache.juli.FileHandler