[jboss-user] [Beginners Corner] - Re: how to deploy more one ear in jboss

amjad277 do-not-reply at jboss.com
Fri Mar 13 05:08:23 EDT 2009


So you have more than one application that you want to deploy in the same JBoss container. 
Presumably you have classes in one application that need to call methods for the classes in a different application. 
Here are your options: 

1- Combine the applications into one ear with a separate classloader
2- Deploy the applications separately in the same classloader
3- Deploy the applications separately in separate classloaders and use call by value
4- Deploy the applications separately in separate classloaders and use call by reference


Read more infos:
http://www.middleware.vt.edu/doku.php?id=middleware:jboss:classloading

Amjad

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

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



More information about the jboss-user mailing list