Parameter values for the webadmin component

Select the objects and properties associated with the webadmin component that you want to change.

To change these properties, you must specify the integration node name, -b webadmin, and -o objectName, where objectName takes one of the following values:
  • HTTPConnector. Use this value to set properties for the HTTP port that listens for web administration requests. Property values and usage are the same as for the properties available on the HTTPConnector option on the httplistener component. See Integration node HTTP listener parameters.
  • HTTPSConnector. Use this value to set properties for the secure HTTPS port that listens for web administration requests. Property values and usage are the same as for the properties available on the HTTPSConnector option on the httplistener component.
  • server. Use this value to set the properties that control web administration support in IBM® Integration Bus.

You can select the following properties when you specify server as the objectName:

enabled
A Boolean value to establish whether the integration node is to start the web administration server.
  • Value type - Boolean
  • Initial value - true
ldapAuthenticationUri
The URI for the LDAP server.
ldapYamlPath
The fully qualified path to the web administration server security YAML configuration file.
sessionMaxInactiveAgeSecs
The maximum idle time in seconds that is allowed on a web user interface session before you need to log in again.
  • Value type - Integer
  • Initial value - 1800
enableSSL
A Boolean value to specify whether HTTPS is to be used as the communication protocol between the integration node and the web administration server. You must set this value to true if you need to use HTTPS. If you specify a value of true, you must configure the HTTPSConnector option, ensuring that you set appropriate values in the keystore-related properties.
  • Value type - Boolean
  • Initial value - unset (equivalent to false)