-
how to use log4j 1.2 and 2.0 together? (2 messages)
- Posted by: Simon Fu
- Posted on: September 25 2008 19:26 EDT
there are two reference libraries in my project, one needs Log4j 1.2 and another one needs Log4j 2.0, how can they working together or anyother solutions?Threaded Messages (2)
- Re: how to use log4j 1.2 and 2.0 together? by Mario Papi on September 26 2008 14:25 EDT
- Application Classloader isolation by Senthil Balakrishnan on September 30 2008 11:45 EDT
-
Re: how to use log4j 1.2 and 2.0 together?[ Go to top ]
- Posted by: Mario Papi
- Posted on: September 26 2008 14:25 EDT
- in response to Simon Fu
The one that uses 1.2 should function fine if just 2.0 is included, no? -
Application Classloader isolation[ Go to top ]
- Posted by: Senthil Balakrishnan
- Posted on: September 30 2008 11:45 EDT
- in response to Mario Papi
Hi, I accept the earlier post. But alternate way to run two different jars is to to run them in different application classloader. The problem could be what version of log4j your application server uses to log? that will supersede all other classloaders in my view. Thanks, Senthil Kumar