[jboss-user] [Installation, Configuration & Deployment] - Re: Classloading problem while migrating from jboss 4.0.3 to

risenhoover do-not-reply at jboss.com
Mon Mar 26 17:40:02 EDT 2007


My advice is, unless you have some specific reason, remove the log4j.jar files from your application libraries.

I've set up a special lib directory into which I put all the jar files that my application needs that jboss has -- and I compile against that.  But I don't put any of those jars in the final WEB-INF/lib directory.  I depend on the classloader to pull them from Jboss at run-time.

I can assure you that I've had dozens of odd problems that were fixed by slimming my WEB-INF/lib directory.

Good luck.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031808#4031808

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031808



More information about the jboss-user mailing list