WAS v8.5 > Monitoring > Monitoring overall system health > Develop custom PMI monitoring applications > Run your new monitoring applicationsRun your monitoring applications with security enabled
We can opt to run a Performance Monitoring Infrastructure client application with security enabled. To run a PMI client application with security enabled, you must have %CLIENTSOAP% properties defined on your Java virtual machine command line for a SOAP connector, and %CLIENTSAS% properties defined for a RMI connector. The %CLIENTSOAP% and %CLIENTSAS% properties are defined in the setupCmdLine.bat or setupCmdline.sh files.
- If you are configuring security for a SOAP connector:
- 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 profile_root/properties directory.
- Set com.ibm.SOAP.loginUserid and com.ibm.SOAP.loginPassword as the user ID and password for login.
- If you are configuring security for a RMI connector, set the sas.client.props file or type the user ID and password in the window, if we 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
Run your new monitoring applications