Hi,
I don't know whether anyone has answered this already (I could not find).  I am using 
Websphere application server 5.0 (EJB Container).  I am using log4j for the logging in 
my ejb's.  I have created a start up bean (special case of a stateless session bean 
that is called first by the container) to configure the log4j (which writes all the 
logs to a JMS topic) and I have a MDB that reads from the topic and writes to flat 
files (there I read another the log4j configuration file). since all these beans are 
deployed in the same container and loaded by the same class loader, I was wondering 
would there be any collisions between these two log4j configuration files?

wondering anyone come across this scenario?

thanks,
Srini

Reply via email to