Hi,
My webapp gets deployed to several tomcats, and log files have to go into $CATALINA_HOME/logs.
My beans are configured via PropertyPlaceholderConfigurer, but I still have to use ant's filter tag to adjust the path to the log file in log4j.properties.
Any idea how to get rid of the filter tag?
TIA, Dan


Reply With Quote