You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by "Somas, Arun" <Ar...@ADP.com> on 2001/12/07 20:40:39 UTC

Two sets of identical SOAP services on the same server

We are using Apache Tomcat Servlet Engine 3.2.1 and SOAP 2.0.

We want to deploy identical SOAP services on the same server but talking to
different databases.  For eg http://server/soap/servlet/rpcrouter would talk
to DB1 and http://server/soap2/servlet/rpcrouter would talk to DB2.  

I know there are neat ways you can do this.  However the clients are not
flexible in changing the code.  Is there a way you can deploy identical set
of services in two different places in the same server to achieve the above
result.

Any help would be appreciated.