Re: Servlet log

2001-06-14 Thread Peter Alfors
In the tomcat/conf/server.xml file, search for: Hi, > > I have a question regarding servlet log mechanism. > > Where does the servlet.log(String msg, int level) write the message to? Can > I set the destination in some configuration file? In Tomcat, there is a > direct

Re: Servlet log

2001-06-14 Thread Craig R. McClanahan
On Thu, 14 Jun 2001, Upadhye, Sujit (GEAE, Foreign National) wrote: > Hi, > > I have a question regarding servlet log mechanism. > > Where does the servlet.log(String msg, int level) write the message to? That is totally up to the servlet container to decide. > Can >

Servlet log

2001-06-14 Thread Upadhye, Sujit (GEAE, Foreign National)
Hi, I have a question regarding servlet log mechanism. Where does the servlet.log(String msg, int level) write the message to? Can I set the destination in some configuration file? In Tomcat, there is a directory users\www\logs. However, this statement apparently does not write into it. Thanks