A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Engineering
»
General Computing
Author
How do we know what application is running in what port
Ravi Kiran Va
Ranch Hand
Joined: Apr 18, 2009
Posts: 2234
I like...
posted
Nov 03, 2009 10:11:56
0
Hi
I am using Windows . I am sometimes getting Address Already Bind .
So i am just asking how can we know what application is utilizing what port ??
Thanks you .
Save India From Corruption - Anna Hazare.
Peter Johnson
author
Bartender
Joined: May 14, 2008
Posts: 5536
I like...
posted
Nov 03, 2009 10:20:38
0
On Windows or Linux, use netstat. Or on Windows get TCPView from sysinternals.
JBoss In Action
Ravi Kiran Va
Ranch Hand
Joined: Apr 18, 2009
Posts: 2234
I like...
posted
Nov 04, 2009 06:19:09
0
Thank you ,
I need to check what is running on Port 8080 , but when i used netstat -a on to the command prompt it is showing as
proto Local Address Foreign Address State
TCP ravi-5ec049acd6:8080 ravi-5ec049acd6:0 LISTENING
How can i check ??
Peter Johnson
author
Bartender
Joined: May 14, 2008
Posts: 5536
I like...
posted
Nov 04, 2009 09:36:10
0
Try running
netstat -?
and see if that helps. Or use TcpView
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: How do we know what application is running in what port
Similar Threads
Ports and Protocols
RMI connection problem
How many requests can handle a port at 'a' time
How to know what and howmany application are running on a Port?
Running different apps on different ports or 1 app per port
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter