also, post your configuration, to make sure you have it right (server.xml and context.xml)

Filip

nch wrote:
Hello, again.
Well, I'm asking about how to enable cluster logging because I'm running an 
apache/mod_jk balanced two node cluster (without sticky session).
Whenever a request is being sent to a tomcat different than the one which 
started the session, then the session is lost. Btw,
this is an ajax application (dwr).
This was working perfectly well when using sticky session, but now I have the 
requirement not to use it. That is, before, when one of the two tomcats went 
down, then the other one would keep the session.

I'm running tomcat 6.0.13/jdk 1.6/debian etch

Any clues on how to tackle this issue?
Kind regards.



----- Original Message ----
From: nch <[EMAIL PROTECTED]>
To: Tomcat Users List <users@tomcat.apache.org>
Sent: Tuesday, July 22, 2008 12:27:13 PM
Subject: Re: clustering: session replication


Sorry, I'm running 6.0.13. Does it work the same?



----- Original Message ----
From: Peter Rossbach <[EMAIL PROTECTED]>
To: Tomcat Users List <users@tomcat.apache.org>
Sent: Tuesday, July 22, 2008 11:10:04 AM
Subject: Re: clustering: session replication

Hi,

at tomcat 5.5 cluster you can use the cluster logging. Look at tomcat docs

http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto.html

<Cluster className="org.apache.catalina.cluster.tcp.SimpleTcpCluster"
                                        doClusterLog="true"
                                      clusterLogName="clusterlog"
...

Peter


Am 22.07.2008 um 09:07 schrieb nch:

  Hi, there.
  Does anyone know how to trace session replication in a cluster?

  Thank you.





---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG. Version: 7.5.526 / Virus Database: 270.5.3/1565 - Release Date: 7/21/2008 6:36 PM


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to