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.

Reply via email to