Re: how to determine clustering problem?

2005-06-06 Thread Filip Hanik - Dev Lists
turn on logging, see Tomcat docs then through log4j you can turn on logging for only org.apache.catalina.cluster and you will be able to see all messages going through. Filip John MccLain wrote: We have a webapp that runs fine in 1 tomcat instance. We have insured that all classes being

how to determine clustering problem?

2005-06-02 Thread John MccLain
We have a webapp that runs fine in 1 tomcat instance. We have insured that all classes being stored in session are serializable When I put the app into a cluster of 3 Tomcats on my machine, it kind of works, but I am getting inconsistent failures. It is like constantly running down rabbit holes as

Clustering problem with web.xml

2004-05-13 Thread Gabriele Paciucci
Hi Tomcat user, I'm trying to setup a in memory session replication with tomcat. I have: -tomcat 5.0.24 -java 1.4.2_04 - Red Hat Enterprise Linux 3 I have two machine dl580-1 and dl580-2 with tcp/ip and multicast enabled. this is the cluster part of server.xml. Cluster

Re: Clustering problem with web.xml

2004-05-13 Thread Filip Hanik - Dev
6:09 AM Subject: Clustering problem with web.xml Hi Tomcat user, I'm trying to setup a in memory session replication with tomcat. I have: -tomcat 5.0.24 -java 1.4.2_04 - Red Hat Enterprise Linux 3 I have two machine dl580-1 and dl580-2 with tcp/ip and multicast enabled. this is the cluster

RE: Clustering problem with web.xml

2004-05-13 Thread Ram Mahajan
] Sent: Thursday, May 13, 2004 10:52 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Clustering problem with web.xml check your web.xml for a mistake The markup in the document following the root element must be well-formed. or open it in an xml editor, it will tell you right away

Clustering Problem

2004-01-07 Thread Steve Nelson
I was having random problems with clustering when starting up. Mostly it had to do with Timing out when the manager was starting up. I built the CVS version and it solved that problem. But it has caused some serious performance problems. First a little background. I have 2 servers, dual

Re: Tomcat5 Clustering problem .

2003-11-19 Thread Filip Hanik
] Sent: Tuesday, November 11, 2003 2:11 AM Subject: Tomcat5 Clustering problem . Hello, I followed the Tomcat5 clustering document in jakarta site. But it seems not work. The following is the configuration in server.xml : Tomcat1: Cluster className=org.apache.catalina.cluster.tcp.SimpleTcpCluster

Tomcat5 Clustering problem .

2003-11-11 Thread Eric Chow
Hello, I followed the Tomcat5 clustering document in jakarta site. But it seems not work. The following is the configuration in server.xml : Tomcat1: Cluster className=org.apache.catalina.cluster.tcp.SimpleTcpCluster name=FilipsCluster1 debug=10