Enabling and Disabling Web Interface in IIB 10
All new brokers that
are created in WebSphere® Message Broker Version 8.0.0.1 or later
have the web user interface assigned to port 4414, which is enabled
by default. As a result, the web user interface is enabled automatically
when a new broker is created.
IIB Accessing Web Interface :
You shall see the associated webconsole URL for each broker, while listing
mqsilist command. See below
In above example, i have a Broker / Integration Node "sheik_new" as running which is associated with webconsole http://desktop-k5ve353:4415.
By default , this feature in enabled in V8 and above and web console looks like below
You shall use the above iib web console to admin the integration server.
If you would like to disable the feature use mqischangeproperties command.
Example as below :
To see if webadmin is enabled for the IIB node
C:\Program Files\IBM\IIB\10.0.0.2>mqsireportproperties sheik_new -b webadmin -o server -a
server=''
uuid='server'
enabled='true'
enableSSL=''
BIP8071I: Successful command completion.
C:\Program Files\IBM\IIB\10.0.0.2>mqsichangeproperties sheik_new -b webadmin -o server -n enabled -v false
BIP8071I: Successful command completion.
mqsichangeproperties sheik_new -b webadmin -o server -n enabled -v true
To disable the web interface:
C:\Program Files\IBM\IIB\10.0.0.2>mqsichangeproperties sheik_new -b webadmin -o server -n enabled -v false
BIP8071I: Successful command completion.
To enable the web interface
mqsichangeproperties sheik_new -b webadmin -o server -n enabled -v true
Comments
Post a Comment