Details
-
Bug
-
Status: Resolved
-
Resolution: Incomplete
-
1.4b4
-
None
-
None
-
Operating System: Other
Platform: Other
-
19481
Description
I've deployed Jetspeed on jboss with the usual tricks ( remove old hsql they
include ). But what is a real pain is that all the Log4j logging gets
redirected to Jetspeed's logfile. I'm assuming that this will affect not just
jboss ( who used log4j by default for all loggging ), but also Tomcat if setup
with log4j in the main classloader ( for sharing logging mechanism to all webapps ).
I've digged through the source code some time ago, and looks like it's Turbine
that's actually causing that mess. However I didn't manage to find a
configuration that would solve the problem.