Run your monitoring applications with security enabled

 

Overview

In order to run a Performance Monitoring Infrastructure (PMI) client application with security enabled, have %CLIENTSOAP% and %CLIENTSAS% properties on your Java virtual machine command line. The %CLIENTSOAP% and %CLIENTSAS% properties are defined in the setupCmdLine.bat or setupCmdline.sh files.

 

Procedure

  1. Set com.ibm.SOAP.securityEnabled to True in the soap.client.props file for the SOAP connector. The soap.client.props property file is located in the WAS_ROOT/properties directory.

  2. Set com.ibm.SOAP.loginUserid and com.ibm.SOAP.loginPassword as the user ID and password for login.

  3. Set the sas.client.props file or type the user ID and password in the window, if you do not put them in the property file for Remote Method Invocation (RMI) connector A common mistake is to leave extra spaces at the end of the lines in the property file. Do not leave extra spaces at the end of the lines, especially for the user ID and password lines.


 

Related Tasks


Run your new monitoring applications