Use netstat to see what ports are open for listening. Versions vary, but I use netstat -tlnp .

The option definitions for Mandriva Linux are:
-t = tcp connections
-l = listening ports
-n = numeric only (don't lookup domain and service names)
-p = show what process is attached to the port

-David

bhavik shah wrote:
Hi,
in my system we installed the tomcat on unix system which can be used
through different port I forget those port no........How should I know which
port no is excesssing tomcat
thanks
bhavik




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to