How to find websphere portal server ports
Open command prompt
Go to location of wp_profile and paste below command
ConfigEngine list-server-ports -DWasUserId=-DWasPassword=
e.g. ConfigEngine list-server-ports -DWasUserId=wpsadmin -DWasPassword=wpsadmin
run it.
Then go to wp_profile/ConfigEngine/log directory
And open
ConfigTrace.log file
Here youcan find out the port of Portal as well admin console
WC_defaulthost=10038
WC_adminhost=10028
WC_defaulthost_secure=10032
WC_adminhost_secure=10041
Portal admin console url : https://:/ibm/console
e.g. https://localhost:10032/ibm/console/login.do?action=secure
Go to location of wp_profile and paste below command
ConfigEngine list-server-ports -DWasUserId=
e.g. ConfigEngine list-server-ports -DWasUserId=wpsadmin -DWasPassword=wpsadmin
run it.
Then go to wp_profile/ConfigEngine/log directory
And open
ConfigTrace.log file
Here youcan find out the port of Portal as well admin console
WC_defaulthost=10038
WC_adminhost=10028
WC_defaulthost_secure=10032
WC_adminhost_secure=10041
Portal admin console url : https://
e.g. https://localhost:10032/ibm/console/login.do?action=secure
Comments
Post a Comment