Changing the port for the IBM Integration Bus web user interface

The web user interface is assigned port 4414 by default, but you can change the port.

Procedure

  1. Make sure that your integration node is running.
    You can change the port for the web user interface only if the integration node is running.
  2. Configure the port for the web user interface by running one of the following commands from the IBM® Integration Console on Windows, or the command line on other operating systems:
    • If you are using HTTP, run the following command:
      mqsichangeproperties integrationNodeName 
      -b webadmin -o HTTPConnector -n port -v portValue
      • integrationNodeName is the name of your integration node
      • portValue is the HTTP port value that you want to use for the web user interface
    • If you are using HTTPS, run the following command:
      mqsichangeproperties integrationNodeName 
      -b webadmin -o HTTPSConnector -n port,keystoreFile,keystorePass 
      -v portValue,fileName,password
      where
      integrationNodeName
      Specifies the name of your integration node.
      portValue
      Specifies the HTTPS port value that you want to use for the web user interface.
      fileName
      Specifies your keystore file.
      password
      Specifies the password for the keystore file.
  3. Confirm that the port value is set correctly by completing one of the following steps:
    • If you are using HTTP, run the following command:
      mqsireportproperties integrationNodeName 
      -b webadmin -o HTTPConnector -a
    • If you are using HTTPS, run the following command:
      mqsireportproperties integrationNodeName 
      -b webadmin -o HTTPSConnector -a
    The output is similar to the following example:
    HTTPConnector 
      uuid = ' HTTPConnector ' 
      address = '' 
      port = ' 4415 ' 
      maxPostSize = '' 
      acceptCount = '' 
      compressableMimeTypes = '' 
      compression = '' 
      connectionLinger = '' 
      connectionTimeout = '' 
      maxHttpHeaderSize = '' 
      maxKeepAliveRequests = '' 
      maxThreads = '' 
      minSpareThreads = '' 
      noCompressionUserAgents = ' 
      restrictedUserAgents = '' 
      socketBuffer = '' 
      tcpNoDelay = '' 
      enableLookups = ' false '
  4. To ensure that the changes take effect, restart the integration node.