On 04/30 18:07 rainer jünger wrote:
> And now the problem:
> the logs are not being writen to the configured directory, even though it exist!!

Just in case Tomcat expects all log files reside in $TOMCAT_HOME/logs, you can always 
use links to "redirect" the output of the Logger. I wanted the logs in 
/var/log/tomcat, so I made a link to it: ln -s /var/log/tomcat $TOMCAT_HOME/logs. Of 
course, you have to delete the logs directory first.

Oki


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to