I have the following log4j property file, and I am using log4j in my tomcat.

Can you please tell me how can I specify the  location of the log
file so that it is in the inside the webapp directory of the tomcat
that I deploy? I don't know the location of the tomcat, so I can't put
absolute path.

log4j.appender.DLACCESS=org.apache.log4j.FileAppender

#
# how can I specify the location of the log  file so that it is in the
inside the webapp directory of the tomcat that I deploy?
#
log4j.appender.DLACCESS.File=access.log

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to