Re: Tomcat 6 vs Apache running as services

2009-01-27 Thread kareda
oh yes, and there is also IIS running as service. now, I probably could run the php apps there also but I'd rather not as it's a production environment for another app. kareda wrote: > > > Hi, > > I have tomcat 6.0.18 running as service on win2003 server. >

Tomcat 6 vs Apache running as services

2009-01-27 Thread kareda
Hi, I have tomcat 6.0.18 running as service on win2003 server. Now I also need to run php5, so I'm thinking of installing Apache HTTP Server 2.2.11 (should also run as service) I need them to run parallel and be completely independent - tomcat for java apps and apache for php5. Are there any

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 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 kareda
ably using the server.xml from the other tomcat installation, right? strange.. what may cause this? tnx, Kaur Markus Schönhaber-10 wrote: > > kareda: > > You did the right thing. If Tomcat still tries to bind to port 80, make > sure that > a) there's no other configured

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 conne

Address already in use: JVM_Bind /87.230.103.25:80

2009-01-15 Thread kareda
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: But still when I run tomcat I get the error: Address already in use: JVM_Bind /87.230.103.25:80 How can I have tomcat not to b

RE: Mini HOW-TO: Tomcat as a service on Windows Server 2003 64-bitedition

2008-12-04 Thread kareda
/trunk/res/procrun/amd64/ tnx again, must remember this board here! Kaur Caldarale, Charles R wrote: > >> From: kareda [mailto:[EMAIL PROTECTED] >> Subject: Re: Mini HOW-TO: Tomcat as a service on Windows >> Server 2003 64-bitedition > >> used the 64-bit tomcat

Re: Mini HOW-TO: Tomcat as a service on Windows Server 2003 64-bit edition

2008-12-04 Thread kareda
Hello, tried this guide, doesn't work for me though. used the 64-bit tomcat binaries but when running "Service.bat install" I get the error: "The program or feature "\??\C:\apache-tomcat-6.0.18\bin\tomcat6.exe" cannot start or run due to incompatibility with 64-bit version of Windows. " serve