[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ClassNotFoundException: EAR file containing multiple WAR

jaikiran do-not-reply at jboss.com
Wed Mar 18 06:02:42 EDT 2009


Each WAR has its own isolated classloader (by default). So classes in WAR1 are not visible in WAR2. If you want the classes to be visible to all WARs in that EAR then create an jar containing those classes and place that jar in the EAR/lib folder.


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

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



More information about the jboss-user mailing list