If I have an entry in log4j.properties like this

log4j.rootCategory=DEBUG, Console, R
log4j.appender.R=org.apache.log4j.RollingFileAppender
log4j.appender.R.File=log/mywebapp.log
...

the logs from the webapp appear in $RESIN_HOME/log. Is there an entry I 
can use to get them to appear in the webapps WEB-INF/log without having 
to hard code the path please?



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to