<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.2.0">
</HEAD>
<BODY>
Hi OpenCMS devs,<BR>
<BR>
I've noticed a problem with the way OpenCMS 5.5.x sets up Log4J logging: it sets the system property "log4j.configuration" which means the setting is global for the entire JVM. In a appserver with multiple applications, they all start logging in opencms.log. My recommendation is to remove the log4j configuration from opencms.properties and into WEB-INF/classes/log4j.xml and remove the explicit system property setting from org.opencms.main.CmsLog.<BR>
<BR>
Any thoughts ?<BR>
<BR>
Tristan<BR>
<BR>
</BODY>
</HTML>