On Sat, Jan 26, 2002 at 01:01:27AM -0500, Paul Kinnucan wrote:

[ snip ]

>  > java -classic -Xrunjdwp:transport=dt_socket,address=NNNN,server=y,
>  > suspend=n -Xdebug -Dtomcat.home= $MAIN
>  > 
>  > problem #1
>  > tomcat starts ok, but when I shut it down, it complains:
>  > 
>  > "err:: Address already in use
>  > Transport dt_socket failed to initialize, rc = -1"
>  > 
>  > I have heard that this is because that socket was already listening for
>  > another process, but how
>  > can I find a free socket?

The command 'netstat -a' should give you details of all the open sockets
on machine.  

cheers,

-- 
Graham Bennett
[EMAIL PROTECTED]  ICQ: 17566658

Reply via email to