RE: Address already in use: JVM_Bind /87.230.103.25:80

2009-01-16 Thread kareda
great, I just needed to remove CATALINA_HOME works now ok, many thanks! Caldarale, Charles R wrote: > >> From: kareda [mailto:k...@digiplace.ch] >> Subject: RE: Address already in use: JVM_Bind /87.230.103.25:80 >> >> there is a system variable set to the firs

RE: Address already in use: JVM_Bind /87.230.103.25:80

2009-01-16 Thread Caldarale, Charles R
> From: kareda [mailto:k...@digiplace.ch] > Subject: RE: Address already in use: JVM_Bind /87.230.103.25:80 > > there is a system variable set to the first tomcat binary > instance that runs as service (tomcat #1): > CATALINA_HOME=C:\apache-tomcat-6.0.18 You can safely remove

RE: Address already in use: JVM_Bind /87.230.103.25:80

2009-01-16 Thread kareda
ks for the help! Caldarale, Charles R wrote: > >> From: kareda [mailto:k...@digiplace.ch] >> Subject: Re: Address already in use: JVM_Bind /87.230.103.25:80 >> >> it's probably using the server.xml from the other tomcat installation, >> right? strange.. what may

RE: Address already in use: JVM_Bind /87.230.103.25:80

2009-01-16 Thread Caldarale, Charles R
> From: kareda [mailto:k...@digiplace.ch] > Subject: Re: Address already in use: JVM_Bind /87.230.103.25:80 > > it's probably using the server.xml from the other tomcat installation, > right? strange.. what may cause this? What is your current directory when you run

Re: Address already in use: JVM_Bind /87.230.103.25:80

2009-01-16 Thread Markus Schönhaber
kareda: > thanks for the tip. indeed, the server.xml is not used at all. I removed it > completely from the conf dir and when I ran catalina.bat run, the log output > didn't change at all - still the same error. > I have another tomcat instance on the same server, running as a service. so > it's

Re: Address already in use: JVM_Bind /87.230.103.25:80

2009-01-16 Thread Gregor Schneider
On Fri, Jan 16, 2009 at 3:41 PM, kareda wrote: > > > right? strange.. what may cause this? > Eclipse's Tomcat-plugin. Check out ${your_workspace}\Servers\... and appropriate sub-directories. Cheers Gregor -- just because your paranoid, doesn't mean they're not after you... gpgp-fp: 79A84FA5268

Re: Address already in use: JVM_Bind /87.230.103.25:80

2009-01-16 Thread kareda
thanks for the tip. indeed, the server.xml is not used at all. I removed it completely from the conf dir and when I ran catalina.bat run, the log output didn't change at all - still the same error. I have another tomcat instance on the same server, running as a service. so it's probably using th

Re: Address already in use: JVM_Bind /87.230.103.25:80

2009-01-15 Thread Markus Schönhaber
kareda: > I need to have Tomcat running on a win2003 server that also has IIS running. > IIS uses port 80. > I have changed the port in connector element in server.xml: > > connectionTimeout="2" >redirectPort="8493" > address="87.23

Re: Address already in use: JVM_Bind /87.230.103.25:80

2009-01-15 Thread kareda
I don't need this Tomcat instance to run as service, command line start will do. kareda wrote: > > > Hello, > > I need to have Tomcat running on a win2003 server that also has IIS > running. IIS uses port 80. > I have changed the port in connector element in server.xml: > >

Re: Address already in use

2006-11-30 Thread David Smith
TCPView from http://www.sysinternals.com can help you figure out what program has control over your port . --David red phoenix wrote: My JDK is jdk1.5.0_09 and my tomcat is 5.5.17,and I use Norton Antivirus 2006,when I start Tomcat,it raise following error: Error: Error initializing endpo