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


Please Help Members By Posting Answers For Below Questions

how to insert or retrieve only 2000 records with having 10000 records

1712


What is a heap dump?

562


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

1691


what are open source RFID middleware?

2180


How communication happens in between weblogic and web server?

1844






What's a PRF?

1835


Can enyone tell me what is the young generation and old genaration in GC ? how it will work?

1418


what happens to guaranteed documents when outbound document store is full

2996


What all are the problems you have faced in weblogic?

1445


What is a heap dump, thread dump?

518


What's the relationship between OCI's TAO and DOC's TAO?

1799


Hello, IBM InfoShere DataStage and InfoShere Federation Server are midleware used to work between different databases located on different machines? I need a middleware that connects the databases that I have installed as I explain below: oracle on N.A. aix 6.1 on a Power 6 db2 on N.A. aix 5.3 on a Power 5

1723


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

3215


what is the ITIL process ?

857


Why does ORB_init change the order of the command line arguments if we pass argv to ORB_init(argc, argv)?

1560