Hatem, AbouHassan wrote:
> its not in the catalina.out nor theI'm trying to log messages in the ServletContext.log, but after I ran the application did not find where the log is? [snip]
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]
