I've tried some simple logging using the following code in some servlets
running under Tomcat 3.2.3.
getServletContext().log("some message");
Normally, I would have expected this to appear in the "servlet.log" file,
but this file remains empty. It's created correctly by Tomcat whenever
Tomcat starts, but seems empty.
Any ideas as to what I should do to make the messages appear?
Thanks,
Chris
- RE: ServletContext.log() - where does it go? chris brown
- RE: ServletContext.log() - where does it go? Vladimir Grishchenko
