Hatem,
 AbouHassan wrote:
I'm trying to log messages in the ServletContext.log, but after I ran
the application did not find where the log is?  [snip]
> its not in the catalina.out nor the
localhost_myapp_log.xxx.txt!!!

You should have a <Logger> entry in your server.xml file for the context in question. This will specify the log file. Generally, that file appears in $TOMCAT_HOME/logs/[logname].


If you are running from a shared install of Tomcat, then you'll find those logs at $CATALINA_HOME/logs

-chris


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to