how to know that the port 9060 is running and how to find the processes that are using 9060 in ibm websphere application server
Answer Posted / 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 |
Post New Answer View All Answers
What's a PRF?
What is SESAME?
How to detect when a connection between a client and server is broken?
join types in trigger explain?
What are the important Middleware components?
How communication happens in between weblogic and web server?
When a message flow is deployed into integration server it is carried to integration node so what is the internal representation of data for message flow that Integration Node can understand ?
what is the difference between TAO's Real-Time Event Service and the OMG Notification Service?
how mny tyoes of profiles can be configured
What all are the problems you have faced in weblogic?
How can you see partner data using webservice.
Some one is given me xsd file am not having any flowservice how to create wsdl?how to consume wsdl and generate services?
How to enable Fault Tolerance features in the ORB?
Difference between Scheduler service and adapter pooling notification
why middleware can be difficult to write and test.