[jboss-user] [Beginners Corner] - Re: Multiple instances of same J2EE app running simulateneou

lafr do-not-reply at jboss.com
Tue Oct 17 16:38:01 EDT 2006


Yes it is possible.
You'll have to use scoped classloading which is the  default for version 404 AFAIK.
Look at the Wikis for this topic.

For the web-modules in aplication.xml we use this:
    <module>
  |                 <web>
  |                         <web-uri>ws-sales.war</web-uri>
  |                         <context-root>/mbi-ws/@NAME@/sales</context-root>
  |                 </web>
  |     </module>
  | 
@NAME@ is replaced with a concrete name like "prod" or "test" on packaging/deployment.


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

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



More information about the jboss-user mailing list