How do you turn on trace on either the Apache or Tomcat side? I believe I have everything installed and configured correctly. This works great:
http://www.physiquetransformation.com:8080/examples/servlet/HelloWorld Example But going through Apache gives a 404: http://www.physiquetransformation.com/examples/servlet/HelloWorldExamp le Setting verbosityLevel in Tomcat doesn't seem to help: server.xml: ... <Logger name="servlet_log" path="logs/servlet.log" verbosityLevel = "DEBUG" /> ... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
