how to know that the port 9060 is running and how to find the processes that are using 9060 in ibm websphere application server
Answers were Sorted based on User's Feedback
Answer / sandesh
Run this command to know if the port is open : "netstat an | grep -i listen".
To know which process is using : "lsof -i TCP:9060"
| Is This Answer Correct ? | 1 Yes | 0 No |
How to connect to trading network in webmethods
How to set the size limit in AD so it can return more than 1000 entries?
why middleware can be difficult to write and test.
How to enable Fault Tolerance features in the ORB?
Why don't signals work with the ORB reactor?
How does SESAME relate to the CORBA Security service?
What ORBs does TAO interoperate with?
what is the difference between node agent and clustering
how to deploy the application in weblogic server
how do you troubleshoot if config.xml file will be deleted?
wat is the differences between xsd and dtd
2 Answers L&T, Production Support,
How to detect when a connection between a client and server is broken?