tomcat 4 logger does not work for me!

2002-05-09 Thread sachin chaudhari
Hi I added a logger to my context & in my servlet I added log("my string") But I don't get the log file at all. What am I doing wrong? The code does compile so it means its finding the class for log() method. Do I need to copy any jar file so that log() method of FileLogger class is called?

Re: Simple Catalina/JSP question

2001-05-28 Thread sachin chaudhari
; > restarting the catalina. Only way to see the > changes > > is to add a new JSP page & restart the server. > What > > configs in server.xml I need to change? > > > > Thanks in advance for your help. > > It's a Windows-only problem which will be fixed

Simple Catalina/JSP question

2001-05-28 Thread sachin chaudhari
I am using catalina 4.0 B5. But if I make changes to the JSP page it does recompile the page. Even after restarting the catalina. Only way to see the changes is to add a new JSP page & restart the server. What configs in server.xml I need to change? Thanks in advance for your help. ===== Sa