BPM, Workflow, and Case

BPM, Workflow, and Case

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  How to override webservice port number?

    Posted Tue April 06, 2021 09:03 AM

    Hi All,

    Is it somehow possible to override the automatically generated webservice port number for the webservices created in a BAW application??


    Thx,



    ------------------------------
    Laszlo
    ------------------------------


  • 2.  RE: How to override webservice port number?

    Posted Wed April 07, 2021 08:28 AM

    Hi Laszlo

    Well this is the port configured in Websphere for your AppCluster or SingleCluster depending on your config.
    Technically in Websphere console you can change the port used for BAW:
    in Application servers > AppClusterMember1 > Ports > WC_defaulthost_secure
    or in Application servers > SingleClusterMember1 > Ports > WC_defaulthost_secure (in your case very likely)

    HOWEVER, I am not really sure if this will not break your config and if you meant to use port 443 I would definitely urge you to install IBM HTTP Server (IHS) in front of your BAW instance as proxy, which will take care of redirecting port 443 to 9443 and the certificate management. This can be installed on the same server as BAW.

    Nothing complex, let me know if you need guidance on how to set it up



    ------------------------------
    Jean Midot
    ------------------------------