Set the catalina.home environment variable before running unit tests.
On 3/28/07, Argyro Kazaki <[EMAIL PROTECTED]> wrote:
Hello,
within log4j.properties file, I have the following:
log4j.logger.system =ALL, sys
...
log4j.appender.sys.file=${catalina.home}/logs/foo.log
When the container is up, it works fine. When I run unit tests though,
${catalina.home} is null and all the logging infos are gone. Is there
something I can do about it so that I don't have to hardcode the path
(e.g. log4j.appender.sys.file=C:/Apache/logs/foo.log ) or to change the
property file every time I want to run the tests??
Thanks,
Argyro Kazaki
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
James Stauffer http://www.geocities.com/stauffer_james/
Are you good? Take the test at http://www.livingwaters.com/good/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]