Re: Secondary instance of Tomcat on single server does not process requests

2010-11-07 Thread Ari King
. > > I have sleep statements in my script since this is for a cluster and I > don't > define a port in the Receiver element of the cluster. This allows Tomcat to > find > open ports for cluster communication. > > . . . . just my two cents > > /mde/ > >

Re: Secondary instance of Tomcat on single server does not process requests

2010-11-05 Thread Pid
On 04/11/2010 19:21, Ari King wrote: > On Thu, Nov 4, 2010 at 1:09 PM, Konstantin Kolinko > wrote: > >> 2010/11/4 Ari King : >>> |-- conf >>> |-- server.xml >>> |-- web.xml >> >> Those two files are not sufficient. >> >> Note, that the conf folder is read only from the second instance. >>

Re: Secondary instance of Tomcat on single server does not process requests

2010-11-04 Thread Mark Eggers
luster. This allows Tomcat to find open ports for cluster communication. . . . . just my two cents /mde/ - Original Message From: Ari King To: Tomcat Users List Sent: Thu, November 4, 2010 11:21:58 AM Subject: Re: Secondary instance of Tomcat on single server does not process requests O

Re: Secondary instance of Tomcat on single server does not process requests

2010-11-04 Thread Ari King
On Thu, Nov 4, 2010 at 1:09 PM, Konstantin Kolinko wrote: > 2010/11/4 Ari King : > > |-- conf > > |-- server.xml > > |-- web.xml > > Those two files are not sufficient. > > Note, that the conf folder is read only from the second instance. > (The files in CATALINA_HOME\conf are never read).

Re: Secondary instance of Tomcat on single server does not process requests

2010-11-04 Thread David kerber
On 11/4/2010 12:56 PM, Ari King wrote: Hi all, My secondary instance of Tomcat 6 does not process requests -- it simply times out for everything. The only log is catalina.out and there are not errors in it. Anyone know what could be wrong? I'm using Tomcat 6, Java 1.6.0_20, on Centos 5.5 Final.

Re: Secondary instance of Tomcat on single server does not process requests

2010-11-04 Thread Konstantin Kolinko
2010/11/4 Ari King : > |-- conf >     |-- server.xml >     |-- web.xml Those two files are not sufficient. Note, that the conf folder is read only from the second instance. (The files in CATALINA_HOME\conf are never read). - To

Secondary instance of Tomcat on single server does not process requests

2010-11-04 Thread Ari King
Hi all, My secondary instance of Tomcat 6 does not process requests -- it simply times out for everything. The only log is catalina.out and there are not errors in it. Anyone know what could be wrong? I'm using Tomcat 6, Java 1.6.0_20, on Centos 5.5 Final. I've set the secondary instance to use p