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
Expand all | Collapse all

Integration Server startup.sh file

  • 1.  Integration Server startup.sh file

    Posted Fri July 29, 2022 01:26 PM

    Integration Server Version 9.8

    Can you please let me know where can I get the details to decide if I should start Integration server from profiles/IS_default/bin/startup.sh OR IntegrationServer/instances/default/bin/startup.sh ? Where can I get the difference for these


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Integration Server startup.sh file

    Posted Fri July 29, 2022 02:21 PM

    Purpose - /profiles/* folders contain the OSGi component files for your applications such as IS, MWS, SPM, etc. This is to administer your applications through Command Central (CCE), which relies on the SPM plugin.

    If you open the OSGi startup.sh script (i.e., wrapper) you will see that, apart from other activities, it invokes the internal startup script. Reading up about the OSGi framework online to understand more.

    Deprecation (answers your question) -

    Source - https://documentation.softwareag.com/webmethods/wmsuites/wmsuite9-8/Integration_Server/9-8_Integration_Server_Administrators_Guide.pdf

    KM


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Integration Server startup.sh file

    Posted Sat July 30, 2022 12:46 PM