You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Pier Fumagalli <pi...@betaversion.org> on 2002/06/17 12:05:24 UTC

What's using port 32769???

Here's the output of my netstat -an... (the relevant parts)

> TCP: IPv4
>    Local Address        Remote Address    Swind Send-Q Rwind Recv-Q  State
> -------------------- -------------------- ----- ------ ----- ------ -------
[...]
>       *.32769              *.*                0      0 24576      0 BOUND
>       *.8080               *.*                0      0 24576      0 LISTEN
> 127.0.0.1.8005             *.*                0      0 24576      0 LISTEN
[...]


Now, when I check out who's owning that 32769 socket, here I find it in
Tomcat...:

> COMMAND PID   USER   FD   TYPE     DEVICE SIZE/OFF      NODE NAME
> java    230 tomcat    5u  IPv4 0xe0f4535c      0t0       TCP *:8080 (LISTEN)
> java    230 tomcat    6u  IPv4 0xe0f451bc      0t0       TCP
> localhost:32769->localhost:32768 (BOUND)
> java    230 tomcat    8u  IPv4 0xe190aec4      0t0       TCP localhost:8005
> (LISTEN)

Now, this is _really_ odd... Where does that socket comes from? This is the
latest 4.1.x beta...

    Pier


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>