How to find port number

When your administrator/part of infrastructure team that manages lot of portal installations, its sometime difficult to remember important port numbers on different server. You have two options to deal with this situation. If you remember the port number for WAS Admin Console then login and use the WAS Admin UI to find out value of port number

But if not you can login and find out the serverindex.xml file for either your server or deployment manager, That file has details about different port number, what all applications are installed, etc. This is serverinde.xml from my default WebSphere Portal 7.0 installation, as you can see i have two serverEntries element one for server1, which is default server profile and other for WebSphere_Portal, which is the server profile for WebSphere Portal installation


  • BOOTSTRAP_ADDRESS

  • SOAP_CONNECTOR_ADDRESS: Port for SOAP connection, you should use this port number while connecting to server using wsadmin tool

  • ORB_LISTENER_ADDRESS

  • SAS_SSL_SERVERAUTH_LISTENER_ADDRESS

  • CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS

  • CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS

  • WC_adminhost: This is port number for connecting to Admin console. Ex. You can connect to admin console using http://localhost:<wp_adminHost>/ibm/console

  • WC_defaulthost: This port is used for accessing web applications on the server Ex. http://localhost:<wc_defaulthost> would be the start point for connecting user application

  • DCS_UNICAST_ADDRESS

  • WC_adminhost_secure: Use this port if you want to connect to admin console using SSL Ex. http://localhost:<wp_adminHos_securet>/ibm/console

  • WC_defaulthost_secure: Use this port if you want to connect to web application using secured port

  • SIP_DEFAULTHOST

  • SIP_DEFAULTHOST_SECURE

  • IPC_CONNECTOR_ADDRESS

  • SIB_ENDPOINT_ADDRESS

  • SIB_ENDPOINT_SECURE_ADDRESS

  • SIB_MQ_ENDPOINT_ADDRESS

  • SIB_MQ_ENDPOINT_SECURE_ADDRESS





<?xml version="1.0" encoding="UTF-8"?>
<serverindex:ServerIndex xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:serverindex="http://www.ibm.com/websphere/appserver/schemas/5.0/serverindex.xmi" xmi:id="ServerIndex_1" hostName="www.webspherenotes.com">
<serverEntries xmi:id="ServerEntry_1183122129640" serverName="server1" serverType="APPLICATION_SERVER">
<deployedApplications>WebSphereWSDM.ear/deployments/WebSphereWSDM</deployedApplications>
<deployedApplications>isclite.ear/deployments/isclite</deployedApplications>
<deployedApplications>DefaultApplication.ear/deployments/DefaultApplication</deployedApplications>
<deployedApplications>ivtApp.ear/deployments/ivtApp</deployedApplications>
<deployedApplications>query.ear/deployments/query</deployedApplications>
<deployedApplications>ibmasyncrsp.ear/deployments/ibmasyncrsp</deployedApplications>
<specialEndpoints xmi:id="NamedEndPoint_1183122129640" endPointName="BOOTSTRAP_ADDRESS">
<endPoint xmi:id="EndPoint_1183122129640" host="www.webspherenotes.com" port="10004"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1183122129641" endPointName="SOAP_CONNECTOR_ADDRESS">
<endPoint xmi:id="EndPoint_1183122129641" host="www.webspherenotes.com" port="10005"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1183122129642" endPointName="ORB_LISTENER_ADDRESS">
<endPoint xmi:id="EndPoint_1183122129642" host="www.webspherenotes.com" port="10010"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1183122129643" endPointName="SAS_SSL_SERVERAUTH_LISTENER_ADDRESS">
<endPoint xmi:id="EndPoint_1183122129643" host="www.webspherenotes.com" port="10007"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1183122129644" endPointName="CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS">
<endPoint xmi:id="EndPoint_1183122129644" host="www.webspherenotes.com" port="10008"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1183122129645" endPointName="CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS">
<endPoint xmi:id="EndPoint_1183122129645" host="www.webspherenotes.com" port="10009"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1183122129646" endPointName="WC_adminhost">
<endPoint xmi:id="EndPoint_1183122129646" host="*" port="10001"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1183122129647" endPointName="WC_defaulthost">
<endPoint xmi:id="EndPoint_1183122129647" host="*" port="10000"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1183122129648" endPointName="DCS_UNICAST_ADDRESS">
<endPoint xmi:id="EndPoint_1183122129648" host="*" port="10011"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1183122129649" endPointName="WC_adminhost_secure">
<endPoint xmi:id="EndPoint_1183122129649" host="*" port="10003"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1183122129650" endPointName="WC_defaulthost_secure">
<endPoint xmi:id="EndPoint_1183122129650" host="*" port="10002"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1183122129651" endPointName="SIP_DEFAULTHOST">
<endPoint xmi:id="EndPoint_1183122129651" host="*" port="10016"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1183122129652" endPointName="SIP_DEFAULTHOST_SECURE">
<endPoint xmi:id="EndPoint_1183122129652" host="*" port="10017"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1183122129653" endPointName="SIB_ENDPOINT_ADDRESS">
<endPoint xmi:id="EndPoint_1275503456584" host="*" port="10012"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1183122129654" endPointName="SIB_ENDPOINT_SECURE_ADDRESS">
<endPoint xmi:id="EndPoint_1275503456590" host="*" port="10013"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1183122129655" endPointName="SIB_MQ_ENDPOINT_ADDRESS">
<endPoint xmi:id="EndPoint_1275503456594" host="*" port="10014"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1183122129656" endPointName="SIB_MQ_ENDPOINT_SECURE_ADDRESS">
<endPoint xmi:id="EndPoint_1275503456599" host="*" port="10015"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1183122129657" endPointName="IPC_CONNECTOR_ADDRESS">
<endPoint xmi:id="EndPoint_1183122129657" host="${LOCALHOST_NAME}" port="10006"/>
</specialEndpoints>
</serverEntries>
<serverEntries xmi:id="ServerEntry_1282248059970" serverName="WebSphere_Portal" serverType="APPLICATION_SERVER">
<deployedApplications>ibmasyncrsp.ear/deployments/ibmasyncrsp</deployedApplications>
<deployedApplications>isclite.ear/deployments/isclite</deployedApplications>
<deployedApplications>WSPolicyManager.ear/deployments/WSPolicyManager</deployedApplications>
<deployedApplications>TemplateLibrary_Servlets.ear/deployments/TemplateLibrary_Servlets</deployedApplications>
<deployedApplications>AJAX Proxy Configuration.ear/deployments/AJAX Proxy Configuration</deployedApplications>
<deployedApplications>WebResourceServlet.ear.ear/deployments/WebResourceServlet.ear</deployedApplications>
<deployedApplications>MashupMaker_Integration.ear/deployments/MashupMaker_Integration</deployedApplications>
<deployedApplications>CatalogHandler.ear/deployments/CatalogHandler</deployedApplications>
<deployedApplications>UserProfileRESTServlet.ear/deployments/UserProfileRESTServlet</deployedApplications>
<deployedApplications>content_j2ee.ear/deployments/content_j2ee</deployedApplications>
<deployedApplications>IEHS_war.ear/deployments/IEHS_war</deployedApplications>
<deployedApplications>wps_theme.ear/deployments/wps_theme</deployedApplications>
<deployedApplications>wps_scheduler.ear/deployments/wps_scheduler</deployedApplications>
<deployedApplications>JavaContentRepository.ear/deployments/JavaContentRepository</deployedApplications>
<deployedApplications>odc.ear/deployments/odc</deployedApplications>
<deployedApplications>SpellChecker.ear/deployments/SpellChecker</deployedApplications>
<deployedApplications>LWP_Mail_Servlets.ear/deployments/LWP_Mail_Servlets</deployedApplications>
<deployedApplications>lwp.addtosametimelist_war.ear/deployments/lwp.addtosametimelist_war</deployedApplications>
<deployedApplications>lwp_groupsViewer_war.ear/deployments/lwp_groupsViewer_war</deployedApplications>
<deployedApplications>lwp_peoplefinder_war.ear/deployments/lwp_peoplefinder_war</deployedApplications>
<deployedApplications>lwp_peoplePicker_war.ear/deployments/lwp_peoplePicker_war</deployedApplications>
<deployedApplications>lwp_dynamicPersontag_war.ear/deployments/lwp_dynamicPersontag_war</deployedApplications>
<deployedApplications>ibm_personTagServlet_war.ear/deployments/ibm_personTagServlet_war</deployedApplications>
<deployedApplications>LWP_People.ear/deployments/LWP_People</deployedApplications>
<deployedApplications>pznscheduler.ear/deployments/pznscheduler</deployedApplications>
<deployedApplications>pznpublish.ear/deployments/pznpublish</deployedApplications>
<deployedApplications>PZN_Utilities.ear/deployments/PZN_Utilities</deployedApplications>
<deployedApplications>Personalization_Workspace.ear/deployments/Personalization_Workspace</deployedApplications>
<deployedApplications>Personalization_Lists.ear/deployments/Personalization_Lists</deployedApplications>
<deployedApplications>PSESearchAdapter.ear/deployments/PSESearchAdapter</deployedApplications>
<deployedApplications>Feed_Servlet.ear/deployments/Feed_Servlet</deployedApplications>
<deployedApplications>Seedlist_Servlet.ear/deployments/Seedlist_Servlet</deployedApplications>
<deployedApplications>PageBuilder2_Theme.ear/deployments/PageBuilder2_Theme</deployedApplications>
<deployedApplications>Dojo_Resources.ear/deployments/Dojo_Resources</deployedApplications>
<deployedApplications>MashupCommonComponent.ear/deployments/MashupCommonComponent</deployedApplications>
<deployedApplications>feedReader.ear/deployments/feedReader</deployedApplications>
<deployedApplications>eventExplorer.ear/deployments/eventExplorer</deployedApplications>
<deployedApplications>websiteDisplayer.ear/deployments/websiteDisplayer</deployedApplications>
<deployedApplications>Live_Object_Framework.ear/deployments/Live_Object_Framework</deployedApplications>
<deployedApplications>PA_Login_Portlet_App.ear/deployments/PA_Login_Portlet_App</deployedApplications>
<deployedApplications>PA_Selfcare_Port_App.ear/deployments/PA_Selfcare_Port_App</deployedApplications>
<deployedApplications>PA_PortalWSRPProxy.ear/deployments/PA_PortalWSRPProxy</deployedApplications>
<deployedApplications>PA_WPS_Welcome.ear/deployments/PA_WPS_Welcome</deployedApplications>
<deployedApplications>PA_SearchSitemapPort.ear/deployments/PA_SearchSitemapPort</deployedApplications>
<deployedApplications>PA_portletWiring.ear/deployments/PA_portletWiring</deployedApplications>
<deployedApplications>PA_Portlet_Manager.ear/deployments/PA_Portlet_Manager</deployedApplications>
<deployedApplications>PA_Manage_Webservices.ear/deployments/PA_Manage_Webservices</deployedApplications>
<deployedApplications>PA_ThemesAndSkinsMgr.ear/deployments/PA_ThemesAndSkinsMgr</deployedApplications>
<deployedApplications>PA_Eecontentandlayout.ear/deployments/PA_Eecontentandlayout</deployedApplications>
<deployedApplications>PA_Properties.ear/deployments/PA_Properties</deployedApplications>
<deployedApplications>PA_MPagesandFavorites.ear/deployments/PA_MPagesandFavorites</deployedApplications>
<deployedApplications>PA_FrequentUsers.ear/deployments/PA_FrequentUsers</deployedApplications>
<deployedApplications>PA_Credential_Admin.ear/deployments/PA_Credential_Admin</deployedApplications>
<deployedApplications>PA_Settings.ear/deployments/PA_Settings</deployedApplications>
<deployedApplications>PA_Markups_Manager.ear/deployments/PA_Markups_Manager</deployedApplications>
<deployedApplications>PA_appearance.ear/deployments/PA_appearance</deployedApplications>
<deployedApplications>PA_Set_Permissions.ear/deployments/PA_Set_Permissions</deployedApplications>
<deployedApplications>PA_ResourceView.ear/deployments/PA_ResourceView</deployedApplications>
<deployedApplications>PA_PolicyExplorer.ear/deployments/PA_PolicyExplorer</deployedApplications>
<deployedApplications>PA_PolicyEditor.ear/deployments/PA_PolicyEditor</deployedApplications>
<deployedApplications>PA_PolicyEditorCA.ear/deployments/PA_PolicyEditorCA</deployedApplications>
<deployedApplications>PA_Principals_Manager.ear/deployments/PA_Principals_Manager</deployedApplications>
<deployedApplications>PA_Tracing.ear/deployments/PA_Tracing</deployedApplications>
<deployedApplications>PA_Clients_Manager.ear/deployments/PA_Clients_Manager</deployedApplications>
<deployedApplications>PA_UniqueNames.ear/deployments/PA_UniqueNames</deployedApplications>
<deployedApplications>PA_URL_mapping.ear/deployments/PA_URL_mapping</deployedApplications>
<deployedApplications>PA_Blurb.ear/deployments/PA_Blurb</deployedApplications>
<deployedApplications>PA_Blurb_1.ear/deployments/PA_Blurb_1</deployedApplications>
<deployedApplications>PA_Web.ear/deployments/PA_Web</deployedApplications>
<deployedApplications>PA_Import_XML.ear/deployments/PA_Import_XML</deployedApplications>
<deployedApplications>PA_MageVirtualPortals.ear/deployments/PA_MageVirtualPortals</deployedApplications>
<deployedApplications>PA_WebScanner.ear/deployments/PA_WebScanner</deployedApplications>
<deployedApplications>PA_Palette_Port_App.ear/deployments/PA_Palette_Port_App</deployedApplications>
<deployedApplications>PA_Resource_Manager.ear/deployments/PA_Resource_Manager</deployedApplications>
<deployedApplications>PA_Impersonation.ear/deployments/PA_Impersonation</deployedApplications>
<deployedApplications>PA_ParamConfig.ear/deployments/PA_ParamConfig</deployedApplications>
<deployedApplications>PA_PropertiesPortApp.ear/deployments/PA_PropertiesPortApp</deployedApplications>
<deployedApplications>PA_Roles.ear/deployments/PA_Roles</deployedApplications>
<deployedApplications>PA_Community_Port_App.ear/deployments/PA_Community_Port_App</deployedApplications>
<deployedApplications>PA_Policy_Status.ear/deployments/PA_Policy_Status</deployedApplications>
<deployedApplications>PA_IWidget_Wrapper.ear/deployments/PA_IWidget_Wrapper</deployedApplications>
<deployedApplications>PA_DynamicUIApp.ear/deployments/PA_DynamicUIApp</deployedApplications>
<deployedApplications>PA_PTransformationApp.ear/deployments/PA_PTransformationApp</deployedApplications>
<deployedApplications>PA_Search_Center.ear/deployments/PA_Search_Center</deployedApplications>
<deployedApplications>PA_TCustomizerPortApp.ear/deployments/PA_TCustomizerPortApp</deployedApplications>
<deployedApplications>PA_Tag_Cloud.ear/deployments/PA_Tag_Cloud</deployedApplications>
<specialEndpoints xmi:id="NamedEndPoint_1282248059970" endPointName="BOOTSTRAP_ADDRESS">
<endPoint xmi:id="EndPoint_1282248059970" host="www.webspherenotes.com" port="10035"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1282248059971" endPointName="SOAP_CONNECTOR_ADDRESS">
<endPoint xmi:id="EndPoint_1282248059971" host="www.webspherenotes.com" port="10025"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1282248059972" endPointName="ORB_LISTENER_ADDRESS">
<endPoint xmi:id="EndPoint_1282248059972" host="www.webspherenotes.com" port="10034"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1282248059973" endPointName="SAS_SSL_SERVERAUTH_LISTENER_ADDRESS">
<endPoint xmi:id="EndPoint_1282248059973" host="www.webspherenotes.com" port="10041"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1282248059974" endPointName="CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS">
<endPoint xmi:id="EndPoint_1282248059974" host="www.webspherenotes.com" port="10036"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1282248059975" endPointName="CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS">
<endPoint xmi:id="EndPoint_1282248059975" host="www.webspherenotes.com" port="10033"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1282248059976" endPointName="WC_adminhost">
<endPoint xmi:id="EndPoint_1282248059976" host="*" port="10042"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1282248059977" endPointName="WC_defaulthost">
<endPoint xmi:id="EndPoint_1282248059977" host="*" port="10039"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1282248059978" endPointName="DCS_UNICAST_ADDRESS">
<endPoint xmi:id="EndPoint_1282248059978" host="*" port="10030"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1282248059979" endPointName="WC_adminhost_secure">
<endPoint xmi:id="EndPoint_1282248059979" host="*" port="10032"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1282248059980" endPointName="WC_defaulthost_secure">
<endPoint xmi:id="EndPoint_1282248059980" host="*" port="10029"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1282248059981" endPointName="SIP_DEFAULTHOST">
<endPoint xmi:id="EndPoint_1282248059981" host="*" port="10027"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1282248059982" endPointName="SIP_DEFAULTHOST_SECURE">
<endPoint xmi:id="EndPoint_1282248059982" host="*" port="10026"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1282248059983" endPointName="IPC_CONNECTOR_ADDRESS">
<endPoint xmi:id="EndPoint_1282248059983" host="localhost" port="10037"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1282248059984" endPointName="SIB_ENDPOINT_ADDRESS">
<endPoint xmi:id="EndPoint_1282248059984" host="*" port="10028"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1282248059985" endPointName="SIB_ENDPOINT_SECURE_ADDRESS">
<endPoint xmi:id="EndPoint_1282248059985" host="*" port="10038"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1282248059986" endPointName="SIB_MQ_ENDPOINT_ADDRESS">
<endPoint xmi:id="EndPoint_1282248059986" host="*" port="10040"/>
</specialEndpoints>
<specialEndpoints xmi:id="NamedEndPoint_1282248059987" endPointName="SIB_MQ_ENDPOINT_SECURE_ADDRESS">
<endPoint xmi:id="EndPoint_1282248059987" host="*" port="10031"/>
</specialEndpoints>
</serverEntries>
</serverindex:ServerIndex>

2 comments:

Dave Hay said...

Thanks for the post - you may also like to know that, since WebSphere Portal 6.1, there has been a ConfigEngine task - list-server-ports - that provides a list of the important ports being used by the WebSphere_Portal profile.

See my blog for details -> http://portal2portal.blogspot.com/2010/05/ports-in-portal.html

Abhi said...

Thanks for info
Web Design Company in Bangalore
Website development in Bangalore