I'm currently working on a WebSphere 6.1 Web Project.
In my java code, how can i get the current running application port?
|
|
The servlet API gives you the local port in HttpServletRequest.
The ports are defined in the node's serverindex.xml (e.g. [WAS]/profiles/AppSrv01/config/cells/localhostNode01Cell/nodes/localhostNode01/serverindex.xml).
I'm not sure if the WAS JMX support exposes this information - you'd have to check the doc. |
|||
|
|