RE: bug in logging of servlet

2003-08-19 Thread Shapira, Yoav
Howdy, This is a user, not developer question, so if you want to continue this discussion do so on the tomcat-user mailing list. >public class UseOfParameters extends GenericServlet > End of Source Code -- > > According to what i have read, a log file by the >na

bug in logging of servlet

2003-08-19 Thread rajeev satarkar
I am using Tomcat 4.1.24 to log some messages of my servlet. However no log file is generated. OS - Win 2000 (Service Pack 4) JDK - 1.4.2 J2EE - 1.3.1 Source code import javax.servlet.*; import java.io.*; import java.util.Enumeration; import java.u