Hi,

i have jboss-4.2.2 configured to serve content for two different virtualhosts 
(in jboss-web/server.xml), www.host-a.com and www.host-b.com . 

Now, i want to deploy a pojo-jaxws based webservice on both of these 
virtualhosts (each configured to serve only for its particular virtualhost in 
jboss-web.xml) but it fails with "Endpoint already registered" when deploying 
the second one. 
Deploying only one of it leads to the correct result for the particular 
webservice, it is just not possible to deploy both the same time.
 
Both endpoints use the same context-root, and the same url-pattern, but 
different virtual-hosts.
(e.g.
www.host-a.com/service/MyService  -> webservice-a
www.host-b.com/service/MyService  -> webservice-b
)

Is this deployment-scenario possible? A related bug report might be JBWS-981, 
although this is only for EJB-based endpoints instead of pojo-based 
JSE-Endpoints.

regards

Stefan Schueffler

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134226
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to