Re: Where's a servlet log?

2001-05-30 Thread Egidijus Drobavicius
It is $TOMCAT_HOME/logs/servlet.log. You can set this to any file by modifying server.xml. This file is self explanatory Note, that log file is started from scratch each time you restart the server so you must take care of old log your self (i did this by modifying tomcat.sh script. Regards, Egid

Where's a servlet log?

2001-05-30 Thread Davanzo Luca
Hi, When from a servlet i use the metthod HttpServlet.log(String, Exception) it apparentrly works but I cant' find the log file, neither in TOMCAT_HOME/log NOR ANYWHERE ELSE.. Where is it? or has the log method an empty implementation or what? Using tomcat 3.2 on winnt Thanks - dott. Luca Dav