[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to config the classloader
PeterJ
do-not-reply at jboss.com
Mon Jul 28 12:18:24 EDT 2008
Classes in war files are isolated according to the spec. There is no way to get classes in a.war to use classes in b.war. If you want to share classes between the two war files, place them into a jar file within the ear file.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167111#4167111
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167111
More information about the jboss-user
mailing list