Re: Address localhost:8080 already in use

2005-03-27 Thread Paul
I ran into this issue a while ago when I wrote a cronjob to check that tomcat is outputting something expected and if not, stopping re-starting the service. However, since my tomcat checking script (the cronjob) was running every minute, I did run into some occasions where the startup script

Re: Address localhost:8080 already in use

2005-03-24 Thread Lionel Farbos
killall java and re-start only one Tomcat instance On Wed, 23 Mar 2005 16:29:58 -0800 Fredrik Liden [EMAIL PROTECTED] wrote: Here is a big problem that I've run into so many times. I run start tomcat. And then by accident I start it again while it is running. After that I can't shut it down

Address localhost:8080 already in use

2005-03-23 Thread Fredrik Liden
Here is a big problem that I've run into so many times. I run start tomcat. And then by accident I start it again while it is running. After that I can't shut it down again. And if I try to run it it says the address is in use. Have someone found any solution to this problem? Any suggestions

RE: Address localhost:8080 already in use

2005-03-23 Thread Folashade Adeyosoye
Reboot ! -Original Message- From: Fredrik Liden [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 23, 2005 7:30 PM To: Tomcat Users List Subject: Address localhost:8080 already in use Here is a big problem that I've run into so many times. I run start tomcat. And then by accident I start

RE: Address localhost:8080 already in use

2005-03-23 Thread Fredrik Liden
Users List' Subject: RE: Address localhost:8080 already in use Reboot ! -Original Message- From: Fredrik Liden [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 23, 2005 7:30 PM To: Tomcat Users List Subject: Address localhost:8080 already in use Here is a big problem that I've run into so

RE: [QUAR]RE: Address localhost:8080 already in use

2005-03-23 Thread Sweeney, Bill
try %catalina_home%\bin\catalina stop Has always worked for me. - wjs -Original Message- From: Fredrik Liden [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 23, 2005 7:52 PM To: Tomcat Users List Subject: [QUAR]RE: Address localhost:8080 already in use I killed the java processes