Configure WebSphere Application Server to Work With Server Manager When Administrative Security is Enabled
To configure WebSphere Application Server to work with Server Manager when Administrative Security is enabled:
Locate the
soap.client.propsfile associated with the security profile.Typically the file is found at this location:
WAS_Install_Location\profiles\Profile_Name\properties\soap.client.propsModify these settings in the
soap.client.propsfile:com.ibm.SOAP.securityEnabled=truecom.ibm.SOAP.loginUserid=admin_usercom.ibm.SOAP.loginPassword=admin_passwordwhere admin_user and admin_password are values appropriate to your environment.
In order for the security changes to take effect, you must restart the Management Agent to which the WebSphere Application Server is registered. For instructions, refer to Restart a Management Agent.