[jboss-user] [JBossWS] - Re: How to deploy multiple webservices, copied .ear files, d

anatoly.osiko do-not-reply at jboss.com
Fri Sep 29 01:51:46 EDT 2006


I deploy each instance of the same application in a different context (configured in jboss-web.xml) , e.g. Instance1-appl.war and Instance2-appl.war

jboss-web.xml:


  | <jboss-web>
  |    <context-root>app/instance1/</context-root>
  |    <virtual-host>myhost</virtual-host> 
  | </jboss-web>
  | 

and

  | <jboss-web>
  |    <context-root>app/instance2/</context-root>
  |    <virtual-host>myhost</virtual-host> 
  | </jboss-web>
  | 

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

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



More information about the jboss-user mailing list