Just to make sure that this particular log4j.jar is being used and not some other version of log4j jar from your classpath, add the -verbose:class JVM parameter while running your client application. This will print out to STDOUT the classes which are being loaded and the jar file from which they are being loaded.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120514#4120514 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120514 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
