Link to home
Start Free TrialLog in
Avatar of atwork2003
atwork2003

asked on

Unix port not available

Hello!
I am trying to access a port where weblogic is suppose to run. But for some reason that port is appearing "in use". Is there a way that I can find where this port is actually being used. Because may be stoping weblogic server didnt stop the process and the port still thinks that it is busy. I know about netstat, but how do u use it or any other command for inquiring about a specific port like port 6703. Thank you in advance.
SOLUTION
Avatar of bira
bira

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of giltjr
giltjr
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
First of all post "uname -a" from your system.
This will give more or less oversight of what tools you have for your job.
Avatar of atwork2003
atwork2003

ASKER

Thank you guys for great suggestions, really appreciate all the help:-)

This command worked out perfectly
lsof -i :6703