We have deployed an instance of wsstack.war to Tomcat currently to support application a. All the aar/wsdl pertaining to application a is maintained via this wsstack application.
There is a requirement to use wsdl against EntireX Broker for another application on the same app server.
-
Is it possible to deploy another instance of wsstack.war, perhaps rename to app2.war or something like that? We like to isolate the aar/wsdls for the 2 applications.
-
If deploying another instance is possible, what do I have to change on the war file? e.g Context Configuration name of WSS?
Thank you in advance for your advise.