0 Replies Latest reply on Oct 14, 2009 1:22 PM by kcbabo

    multiple EJB WS deployments with shared context root

    kcbabo

      Is $subject possible with JBoss WS? Trying to help a client port their application off of GlassFish/Metro. They have ~50 EJB WS archives that are deployed as EJB jars. Each jar contains a web service definition with a shared context root, e.g.

      ejb1.jar : endpoint-uri = /foobar/service1
      ejb2.jar : endpoint-uri = /foobar/service2

      I can see a way to achieve this via the port-component/port-component-uri element in jboss.xml, but when I attempt to deploy Tomcat pukes because of the duplicate context root. Any ideas on how to address this?

      thanks,
      keith