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
  • 1.  Command Central Bootstrap Installation portal access through http port not allowed

    Posted 09/28/18 04:18 AM

    I have installed Command Central 10.2 using the bootstrap installer with default settings.

    the portal is up at https://hostname:8091/cce/web/

    But I am unable to access the same CC instance through http.

    I am trying with http://hostname:8090/cce/web/

    I can see the http port is configured as 8090 under CCE>>Configuration>>Ports

    The url is trying to use https as soon as I hit enter.

    What do I need to do to access the portal through http.


    #webMethods
    #Command-Central
    #Integration-Server-and-ESB
    #webMethods-General


  • 2.  RE: Command Central Bootstrap Installation portal access through http port not allowed

    Posted 10/03/18 03:20 AM

    Hi,
    The URL gets redirected to https even when you use http because the properties is set likewise.
    To check the redirect port you can check the following file:
    com.softwareag.catalina.connector.http.pid-8090.properties found under /profiles/CCE/configuration/com.softwareag.platform.config.propsloader

    Hope this helps.

    Regards
    -Sanjan


    #webMethods
    #Command-Central
    #Integration-Server-and-ESB
    #webMethods-General


  • 3.  RE: Command Central Bootstrap Installation portal access through http port not allowed

    Posted 10/24/19 11:36 AM

    Hi
    Is it possible to disable the redirect to the https port ?
    Regards Willem


    #webMethods-General
    #Integration-Server-and-ESB
    #Command-Central
    #webMethods


  • 4.  RE: Command Central Bootstrap Installation portal access through http port not allowed

    Posted 12/20/19 10:20 PM

    @Willem, yes totally, you can disable the redirect.

    Just add # in from of the redirect statement.

    port=8190
    #redirectPort=8091


    #Integration-Server-and-ESB
    #webMethods
    #Command-Central
    #webMethods-General