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

R: Context

2001-05-30 Thread Davanzo Luca
Hi, You have to addthe welcome-file-list tag to your web.xml file Look at the welcome-file-list configuration directive in conf/web.tdt, it is well explained there -Messaggio originale- Da: Heijns, P.J.B. [mailto:[EMAIL PROTECTED]] Inviato: mercoledì 30 maggio 2001 10.05 A: '[EMAIL

Tomcat 3.2: 500 error, what does it mean?

2001-01-23 Thread Davanzo Luca
Hi, I have a servlet calles "xmlcpreove.prova1"; I copied it into webapps/examples/webinf/classes under a directory xmlcprove; i modified web.xml withan appropriate servletservlet-nameservlet-classxmlcprove.prova1/servlet-class/ servlet but when trying the servlet with