In the tomcat/conf/server.xml file, search for:
<Logger name="servlet_log"
path="logs/servlet.log"
Also, the xml file describes the logging options.
Pete
"Upadhye, Sujit (GEAE, Foreign National)" wrote:
> Hi,
>
> I have a question regarding servlet log mechanism.
>
> Where does the servlet.log(String msg, int level) write the message to? Can
> I set the destination in some configuration file? In Tomcat, there is a
> directory users\www\logs. However, this statement apparently does not write
> into it.
>
> Thanks in advance,
>
> Sujit