how to configure log4j path to work both in Tomcat and from the CLI?

2010-03-02 Thread fred basset
Hi All, I use log4j, I'm trying to configure it so that log4j uses a non hardcoded path, and it resolves the path both when running under tomcat and running my unit tests from the CLI with ant. Here's the relevant line from log4j.properties: log4j.appender.R.File=${catalina.home}/logs/myapp.log

Re: how to configure log4j path to work both in Tomcat and from the CLI?

2010-03-02 Thread Jon Brisbin
On Mar 2, 2010, at 4:10 PM, fred basset wrote: Hi All, I use log4j, I'm trying to configure it so that log4j uses a non hardcoded path, and it resolves the path both when running under tomcat and running my unit tests from the CLI with ant. Here's the relevant line from log4j.properties: