FileLogger Question

2002-04-30 Thread rainer jünger

Hi,

we would like to have a log directory for every virtual host running on our box.
Therfore we where setting up the Logger/ tag within the server.xml File to the 
following values:
Logger className=org.apache.catalina.logger.FileLogger
directory=/home/wwa-m/public_html/docroot/WEB-INF/log/
prefix=wwa-m. 
sufix =.log
timestamp=true/
And now the problem:
the logs are not being writen to the configured directory, even though it exist!!

any suggestions??

R.



Re: FileLogger Question

2002-04-30 Thread Oki DZ

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]