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 |
What is the relationship between Java and middleware?
Difference between Storedprocedure notification, stored procedure with signature notification?
What are components in Oracle SoaSuite?
what is meant by proxy server
What all are the problems you have faced in weblogic?
How should requirements on middleware performance be characterized?
How does SESAME work?
Are agents will going to work on the Internet ?
what is the difference between ssl and sso
1. What is garbage collection and what is it used for ?
How to use a "corbaloc" object reference with a TAO server?
What is a heap dump, thread dump?