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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
Expand all | Collapse all

EnableDiable Integration Server HTTPHTTPS ports via shutdown script

  • 1.  EnableDiable Integration Server HTTPHTTPS ports via shutdown script

    Posted 11/30/05 03:47 PM

    Is there a way to enable/disable Integration Server’s HTTP/HTTPS ports
    via a wM flow service which can be called from a IS shutdown Script ? or any other way to do the same ?
    I have implemented Enable/Disable of MQ Listeners via a script in the past but couldnt find anything in wM Documentation for HTTP/HTTPS ports .


    #Integration-Server-and-ESB
    #webMethods
    #webmethods-Protocol-and-Transport


  • 2.  RE: EnableDiable Integration Server HTTPHTTPS ports via shutdown script

    Posted 12/01/05 12:57 PM

    Rajan,

    Use the extended setting watt.server.ns.hideWmRoot=false to display the WmRoot package. In this package, use wm.server.ports:listListeners to list all your ports and required vars. Use the service wm.server.net.listeners:enableListener to enable your listener, wm.server.net.listeners:disableListener to disable it. I guess you can find a smart way to call these from your script.

    HTH

    Loic


    #Integration-Server-and-ESB
    #webMethods
    #webmethods-Protocol-and-Transport