Title: RE: Two sets of identical SOAP services on the same server

Creating two different servlet contexts will give you two SOAP endpoints talking to different DBs.

-----Original Message-----
From: Somas, Arun [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 11:41
To: '[EMAIL PROTECTED]'
Subject: 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.

Reply via email to