RE: newbie setup question

2003-02-28 Thread Frank Temi
Thanks a lot, setting '-DORG_APACHE_LOG_LEVEL=WARN' in CATALINA_OPTS and then doing the actual assigning in each property file works great. Frank --- Ebersole, Steven [EMAIL PROTECTED] wrote: You could switch to an XML config file and use ENTITY includes to include a file containing your

RE: newbie setup question

2003-02-27 Thread Ebersole, Steven
You could switch to an XML config file and use ENTITY includes to include a file containing your global settings. Another option would be to use variable replacement in each of your seperate configs. Something like log4j.logger.org.apache=${ORG_APACHE_LOG_LEVEL}; then set ORG_APACHE_LOG_LEVEL as