Re: log4j log file configuraiton

2007-06-20 Thread Jacob Kjome
What I do is reference a property that I know my web application will set up for me upon application startup that is uniquely named, but predictable. For instance, if your webapp context is named "MyApp", then you'd reference ${MyApp.log.home} and create this property *before* manually confi

log4j log file configuraiton

2007-06-12 Thread Meryl Silverburgh
Hi, I am using log4j for my webapp logging (a servlet in a war file name 'test.war'). The current location of my log files are: log4j.appender.DEBUG.File=${catalina.base}/debug.log How can I change it so that it will be put under the directory of my webapp (e.g. tomcat will create directory 'te