Try:

yourserver# killall -9 java          --> kills all java processes with extreme 
prejudice
yourserver# /etc/init.d/tomcat start --> assumes you have a startup script for tomcat, 
otherwise use the scripts in the bin directory of your tomcat install.



That will remove all the java processes running on your unix system.  Or you could go 
into task manager in windows stop all the java processes.  Keep in mind this could 
kill other processes that are using java too.  

Anyway, this has worked for me. If there is a better way, I would like to know.

Thanks,

Randall

-----Original Message-----
From: Michael Currie [mailto:[EMAIL PROTECTED]
Sent: Monday, July 19, 2004 11:27 AM
To: Tomcat Users List
Subject: RE: address is already in use


So,  how do you actually get it running again, reboot?

Mike Currie
Senior Web Developer
New Century Mortgage
Direct 949 743 7037
Mobile 949 279 4358
Fax 866 281 0360

> This electronic message transmission contains information from New Century which may 
> be confidential or privileged. This information is intended for the use of the 
> individuals or entity named in the message. If you are not the intended recipient, 
> be aware that any disclosure, copying, distribution or use of the contents of this 
> transmission is strictly prohibited. If you have received this electronic 
> transmission in error, please notify us immediately by telephone and delete the 
> message from your system. Thank you.


-----Original Message-----
From: Damien July [mailto:[EMAIL PROTECTED]
Sent: Monday, July 19, 2004 10:23 AM
To: Tomcat Users List
Subject: RE: address is already in use


yes, i see this....
when i shutting down tomcat, it take several secondes before to be
completly stopped.

i restart it only all listen port are close.

Damien

Le lun 19/07/2004 Ã 19:15, Randall Svancara a Ãcrit :
> I have noticed that sometimes when you shutdown tomcat on linux, it seems to take a 
> long time to close down everything. If you restart tomcat while the old instance is 
> trying to shut down, you will recieve this error.  So by restarting, you might not 
> be aloting enough time for the tomcat instance to completely shut down. 
> 
> Does Solaris have netstat, give that a try.  
> 
> -----Original Message-----
> From: Damien July [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 19, 2004 11:13 AM
> To: Tomcat Users List
> Subject: Re: address is already in use
> 
> 
> how can i do this?
> Le lun 19/07/2004 Ã 19:09, Aman Raheja a Ãcrit :
> > Did you check, if you are limited by the number of sockets you can open on 
> > this server and that the limit is not exhausted.
> > 
> > Aman Raheja
> > http://www.techquotes.com
> > 
> > 
> > On Mon, 19 Jul 2004 18:56:27 +0200, Damien July <[EMAIL PROTECTED]
> > securite.org> wrote :
> > 
> > > Hi,
> > > i'm under sun solaris 8 sparc
> > > 
> > > and i had been restart the server.
> > > and there is no one that listen on port 80 or 8080
> > > 
> > > Damien
> > > Le lun 19/07/2004 Ã  18:56, Aman Raheja a ÃÂcrit :
> > > > Are you on Windows platform ? Are you restarting it?
> > > > Check your process list and "End Task" if you find it there.
> > > > 
> > > > Also try netstat and see who's using the 8080 port (if that's what you 
> > > > have in server.xml).
> > > > 
> > > > Aman Raheja
> > > > http://www.techquotes.com
> > > > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to