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.