Re: Starting up Apache-tomcat 5.5.28

2009-11-08 Thread André Warnier
Caldarale, Charles R wrote: From: M A [mailto:do_th...@luukku.com] Subject: RE: Starting up Apache-tomcat 5.5.28 JAVA_HOME="C:\Program Files (x86)\Java\jre1.6.0_07" Try getting rid of the above. Even though it is wrapped by quotes, it causes a problem. The JRE_HOME setting will suffice. (C

Re: errno 110 in mod_jk

2009-11-08 Thread Mohit Anchlia
Thanks. Looks like we are hitting the same bug. I am still looking for an answer to one of my questions that I posted earlier. To narrow down I just left one node running and started the test. When I look at JkStatus worker I see that even though all other nodes are down it's still showing "OK" i

RE: Starting up Apache-tomcat 5.5.28

2009-11-08 Thread M A
Caldarale, Charles R kirjoitti 08.11.2009 kello 21:42: > > From: M A [mailto:do_th...@luukku.com] > > Subject: RE: Starting up Apache-tomcat 5.5.28 > > > > JAVA_HOME="C:\Program Files (x86)\Java\jre1.6.0_07" > > Try getting rid of the above. Even though it is wrapped by quotes, it > causes a pro

RE: Starting up Apache-tomcat 5.5.28

2009-11-08 Thread Caldarale, Charles R
> From: M A [mailto:do_th...@luukku.com] > Subject: RE: Starting up Apache-tomcat 5.5.28 > > JAVA_HOME="C:\Program Files (x86)\Java\jre1.6.0_07" Try getting rid of the above. Even though it is wrapped by quotes, it causes a problem. The JRE_HOME setting will suffice. (Cue André's highly appro

RE: Starting up Apache-tomcat 5.5.28

2009-11-08 Thread M A
Hello, here is what I get running set command: C:\apache-tomcat-5.5.28\bin>set ALLUSERSPROFILE=C:\Documents and Settings\All Users APPDATA=C:\Documents and Settings\Administrator\Application Data CLIENTNAME=Console CommonProgramFiles=C:\Program Files\Common Files CommonProgramFiles(x86)=C:\Progra

RE: Starting up Apache-tomcat 5.5.28

2009-11-08 Thread Caldarale, Charles R
> From: M A [mailto:do_th...@luukku.com] > Subject: Starting up Apache-tomcat 5.5.28 > > I run it: > C:\apache-tomcat-5.5.28\bin>startup.bat > and get this error: > Files was unexpected at this time. The process you described should have worked. I suspect you have some environment variable that

Starting up Apache-tomcat 5.5.28

2009-11-08 Thread M A
Hello I'm trying to start Tomcat 5.5.28. I have Java JRE installed: jre1.6.0_07. JRE_HOME system variable works, I checked it by "cd %JRE_HOME%", whicjh takes me to C:\jre1.6.0_07. Tomcat is unzipped into C:\apache-tomcat-5.5.28 I run it: C:\apache-tomcat-5.5.28\bin>startup.bat and get this err

Re: errno 110 in mod_jk

2009-11-08 Thread Rainer Jung
On 08.11.2009 01:36, Mohit Anchlia wrote: > Could someone please help me understand this? What about adding connectionTimeout to the JBoss Connector element (and keep its value in sync with connection_pool_timeout^for the ajp workers. Note that the Connector attribute is in milliseconds, the worke