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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

What is the difference in IS start or stop from these 2 paths

  • 1.  What is the difference in IS start or stop from these 2 paths

    Posted Thu May 02, 2024 05:04 PM

    what is difference in start / stopping integration server from these paths?

    //IntegrationServer/instances/default/bin/
    /
    /profiles/IS_default/bin/


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: What is the difference in IS start or stop from these 2 paths

    Posted Thu May 02, 2024 06:05 PM

    @Sandeep_Deepala , please note that scripts located under default/bin are just wrapper (not Taunki wrapper) scripts around IS_default/bin. For consistency, all products that are based on OSGi platform have profile created under profiles directory and various scripts exists under the same location.


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: What is the difference in IS start or stop from these 2 paths

    Posted Fri May 03, 2024 04:18 AM

    @Sandeep_Deepala You should use the scripts in /profiles/instance_name/bin/ to start/stop the server. It is recommended by Software AG. The start/stop scripts contained in \instances\instance_name\bin are deprecated. Even if it works, you should not use it.

    Check the section Starting and Stopping the Server of documentation Integration_Server_Administrators_Guide.


    #webMethods
    #Integration-Server-and-ESB