<div dir="ltr"><div><div><div><div>Hi,<br><br>we're running a OpenCMS 8.0.4 instance on a JBoss 7.2.0 but have problems getting the logging to work correctly.<br><br></div>Logging works in that opencms.log is written but we require the OpenCMS logger to append to the JBoss logger, i.e. both JBoss and OpenCMS should log to the console and JBoss' server.log file.<br>
<br></div>Previously the same OpenCMS instance was running on a JBoss <a href="http://4.2.3.GA">4.2.3.GA</a> instance where everything worked as expected.<br><br></div>Here's an excerpt from our log4j.properties file:<br>
<br>log4j.rootLogger=\<br>    OC,\<br>    CONSOLE<br><br>log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender<br></div><div><br>log4j.appender.OC=org.apache.log4j.RollingFileAppender<br><br><br><br></div><div>We tried a couple of things, like exluding log4j, slf4j etc. or placing jcl-over-slf4j etc. into OpenCMS' lib folder, but had no success yet.<br>
</div><div><br></div><div>Any ideas?<br><br></div><div>Thanks in advance,<br><br>Thomas<br></div></div>