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



how to know that the port 9060 is running and how to find the processes that are using 9060 in ibm w..

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 know that the port 9060 is running and how to find the processes that are using 9060 in ibm w..

Answer / terminator

ps -ef |grep <portnumber>

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Middleware AllOther Interview Questions

what is the difference between TAO's Real-Time Event Service and the OMG Notification Service?

0 Answers  


Are agents will going to work on the Internet ?

0 Answers  


what happens to guaranteed documents when outbound document store is full

0 Answers  


How to use JacORB with TAO's Naming Service?

0 Answers   IBM,


Difference between Scheduler service and adapter pooling notification

0 Answers   Fiserv,






Difference between Trigger disable and trigger suspend?trigger queue physical location ?

0 Answers   Wipro,


What is involved with using std library (inc stl) with ACE/TAO?

0 Answers  


What are the installation modes in weblogic?

0 Answers  


When JAVA will be mature ?

0 Answers  


What are components in Oracle SoaSuite?

1 Answers   IBM, Oracle,


how to find the heap size is full in weblogic server?

1 Answers   DELL,


If you take 10 transformers in a try sequence, in which order error will be executed in the sequence?

0 Answers   Cap Gemini,


Categories