[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to config the classloader
zhengxi
do-not-reply at jboss.com
Mon Jul 28 02:54:14 EDT 2008
jboss-app.xml
<jboss-app>
<loader-repository>
com.example:archive=App.ear
<loader-repository-config>
java2ParentDelegation=false
</loader-repository-config>
</loader-repository>
</jboss-app>
I add this config file to App.ear. it can isolate the jars from jboss's jars.
but B.war cannot use A.war's jars.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166863#4166863
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166863
More information about the jboss-user
mailing list