View previous topic :: View next topic |
Author |
Message |
dman777 Veteran
Joined: 10 Jan 2007 Posts: 1004
|
Posted: Wed Mar 23, 2011 2:14 pm Post subject: Why Are These Java Ports Listening? |
|
|
I am trying out subsonic which allows me to listen to music off of my pc from the internet. It uses Java and I set it to use port 443 and that should be the only port used. However, netstat shows other ports listening by Java. Why is this and how can these be turned off?
Code: | netstat -nap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 31059/java
tcp 0 0 0.0.0.0:9412 0.0.0.0:* LISTEN 31059/java
tcp 0 0 0.0.0.0:43790 0.0.0.0:* LISTEN 31059/java
|
|
|
Back to top |
|
|
davidm Guru
Joined: 26 Apr 2009 Posts: 557 Location: US
|
|
Back to top |
|
|
|