Thursday, February 19, 2015

How to find the deployment manager console port in websphere application server

In general, While installation the default secure port for the deployment manager will be chosen as 9043. However, If multiple installations were performed on the same host, Then the port will be customized. If you are wondering on how to know the console secure port number. Follow the steps shown below.

Step 1: Login to the WebSphere deployment manager host server and navigate to the following path.

/appserver/profiles/Dmgr01/config/cells/NameoftheCell01/nodes/NameoftheCellManager01

Step 2: Open the serverindex.xml file.

grep for WC_adminhost_secure.

port value in the endpoint tag is the console port.

Step 3: Login to the console using the following url

https://hostname:9044/ibm/console

0 comments:

Post a Comment