IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  How to deploy 2 copies of wsstack.war to Tomcat?

    Posted Fri June 05, 2015 05:03 PM

    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.

    1. 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.

    2. 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.


    #webMethods
    #Mainframe-Integration
    #EntireX


  • 2.  RE: How to deploy 2 copies of wsstack.war to Tomcat?

    Posted Mon June 08, 2015 01:27 PM

    Min,

    You can do this by deploying under two different paths on the same server.

    Location 1: /opt/tomcat/wsstack1/user_projects/webapps/wsstack.war

    Location 2: /opt/tomcat/wsstack2/user_projects/webapps/wsstack.war

    Each one can be exposed with a different domain:

    wsstack-1.mydomain.com/wsstack/axis2-web/index.jsp

    wsstack-2.mydomain.com/wsstack/axis2-web/index.jsp

    They will each have their own aar file repository this way so the service lists won’t clash.

    Hope this helps!

    -Brian


    #Mainframe-Integration
    #EntireX
    #webMethods