You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by chris brown <de...@reflexe.fr> on 2001/07/27 12:14:53 UTC

ServletContext.log() - where does it go?

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