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.  No active ports

    Posted 09/01/04 03:24 PM

    Attempted to create an HTTPS connection on port 443, accidentally created an HTTP on 443.

    Went to change it over to HTTPS by creating a new connection on port 443, went to activate HTTPS but received error since port 443 was already active.

    When I disabled HTTP port 443 I lost all connectivity.

    Is there any way to re-establish a connection by any means and how?

    Thanks.


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


  • 2.  RE: No active ports

    Posted 09/01/04 03:52 PM

    Start the server from the command line with the port parameter:

    bin/server.sh -port 5555 -log none -debug 4

    then go back and set up your HTTPS port again.

    – Tim


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


  • 3.  RE: No active ports

    Posted 09/02/04 10:28 PM