Connect to an independent integration server from the IBM® App Connect
Enterprise Toolkit by specifying a userid and password.
About this task
You can configure an independent integration server to require a userid and password to be
specified when a user tries to connect to it from the IBM App Connect
Enterprise Toolkit.
Procedure
Configure the independent integration server with a userid and password by completing
the following steps:
- Stop the independent integration server by stopping its IntegrationServer process as
described in Stopping an integration server.
- Enable authentication on the independent integration server by running the mqsichangeauthmode command.
For example, if the work directory for your independent integration server is
myWorkDir, you can run the following command:
mqsichangeauthmode -w myWorkDir -b active
For more information, see mqsichangeauthmode command.
- Create a web user account and password for an independent integration
server by running the mqsiwebuseradmin command.
For example, if the work directory for your independent integration server is
myWorkDir, you can run the following command to create the web user
Admin with the password Passw0rd!:
mqsiwebuseradmin -w myWorkDir -c -u Admin -a Passw0rd!
For more information, see mqsiwebuseradmin command.
- Start the independent integration server by running the IntegrationServer command.
For example, if the work directory for your independent integration server is
myWorkDir, you can run the following command:
IntegrationServer --work-dir myWorkDir
For more information, see IntegrationServer command.
Connect to the independent integration server from the IBM App Connect
Enterprise Toolkit by completing the following steps:
- In the Integration Explorer view, right-click Integration servers
and then click Connect to an integration server.
- In the Connection details wizard, enter the following
information:
- Host name
Enter the name or the URL of the host where the independent
integration server is running. For example, localhost
.
- Port
Specify the port number through which the REST API is used for
integration server administration. For example, 7600
.
- User name
Specify user name for the web user account that you created.
For example, Admin
.
- Password
Specify password for the web user account that you created.
For example, Passw0rd!
.
What to do next
Start or stop resources that are deployed on your integration server. For more information, see
Starting or stopping deployed resources.