Tomcat Cluster
- From: "Tim Lucia" <timlucia (at) yahoo.com>
- Date: Wed, 2 Aug 2006 09:06:01 -0400
It means only one of the two tomcats has a context named /edac. You need to
either deploy the edac.war on the 2nd tomcat, or use the farm deployer
feature of the cluster.
Tim
> -----Original Message-----
> From: Ralf Schneider [mailto:ml (at) tapfere-schneiderleins.de]
> Sent: Tuesday, August 01, 2006 6:29 PM
> To: users (at) tomcat.apache.org
> Subject: Tomcat Cluster
>
> Hi,
>
> I started some experiments with a cluster of 2 Tomcats (5.5.16). I
> configured
> the two Tomcats nearly identically (except the ports). I think the cluster
> works as I see messages in the console saying that a new cluster member
> was
> recognized when the second Tomcat starts.
>
> The only confusing messages are the following:
> 27.07.2006 13:27:17
> org.apache.catalina.cluster.session.ClusterSessionListener
> messageReceived
> WARNUNG: Context manager doesn't exist:/edac
> 27.07.2006 13:27:18
> org.apache.catalina.cluster.session.ClusterSessionListener
> messageReceived
> WARNUNG: Context manager doesn't exist:/edac
> 27.07.2006 13:27:18
> org.apache.catalina.cluster.session.ClusterSessionListener
> messageReceived
> WARNUNG: Context manager doesn't exist:/edac
>
> edac in my application under webapps. What do these messages mean? Did I
> miss
> anything with my configuration? Is this a problem for the session
> replication? And what do I have to configure?
>
> Best regards,
> Ralf.
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users (at) tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
> For additional commands, e-mail: users-help (at) tomcat.apache.org
---------------------------------------------------------------------
To start a new topic, e-mail: users (at) tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org
- References:
- Tomcat Cluster
- From: Ralf Schneider <ml (at) tapfere-schneiderleins.de>