Re: Clustering issue

2023-04-15 Thread Kevin Huntly
Hey Mark, I had cookie config in my Web app context. I didn't realize that would cause a problem, so I moved it into the global context and everything appears to be fine now. Thank you! On Sat, Apr 15, 2023, 04:40 Mark Thomas wrote: > On 14/04/2023 16:58, Kevin Huntly wrote: > > Hi Mark, > > >

Re: Clustering issue

2023-04-15 Thread Mark Thomas
On 14/04/2023 16:58, Kevin Huntly wrote: Hi Mark, My webapp context makes no mention of the Manager or any kind of session manager - it is only referenced in the global context.xml What is the Manager configuration in the global context.xml ? Mark ___

Re: Clustering issue

2023-04-14 Thread Kevin Huntly
Hi Mark, My webapp context makes no mention of the Manager or any kind of session manager - it is only referenced in the global context.xml Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311

Re: Clustering issue

2023-04-14 Thread Mark Thomas
On 13/04/2023 00:20, Kevin Huntly wrote: Hello Everyone, I setup a quick and dirty cluster following https://tomcat.apache.org/tomcat-9.0-doc/cluster-howto.html I am seeing the following: 12-Apr-2023 19:18:00.369 WARNING [main] org.apache.catalina.ha.tcp.SimpleTcpCluster.registerManager Manage

Re: Clustering issue

2023-04-14 Thread Kevin Huntly
within the engine but outside the host On Fri, Apr 14, 2023, 10:23 Mark Thomas wrote: > On 13/04/2023 23:28, Kevin Huntly wrote: > > Hi Chris, > > > > The configuration in the link I shared is what I used - copy/paste - I > want > > to see it working before I break it =) > > And where in server.

Re: Clustering issue

2023-04-14 Thread Mark Thomas
On 13/04/2023 23:28, Kevin Huntly wrote: Hi Chris, The configuration in the link I shared is what I used - copy/paste - I want to see it working before I break it =) And where in server.xml did you add that configuration? Mark Kevin Huntly E

Re: Clustering issue

2023-04-13 Thread Kevin Huntly
Hi Chris, The configuration in the link I shared is what I used - copy/paste - I want to see it working before I break it =) Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK

Re: Clustering issue

2023-04-13 Thread Christopher Schultz
Kevin, On 4/12/23 19:20, Kevin Huntly wrote: I setup a quick and dirty cluster following https://tomcat.apache.org/tomcat-9.0-doc/cluster-howto.html I am seeing the following: 12-Apr-2023 19:18:00.369 WARNING [main] org.apache.catalina.ha.tcp.SimpleTcpCluster.registerManager Manager [Persisten

Clustering issue

2023-04-12 Thread Kevin Huntly
Hello Everyone, I setup a quick and dirty cluster following https://tomcat.apache.org/tomcat-9.0-doc/cluster-howto.html I am seeing the following: 12-Apr-2023 19:18:00.369 WARNING [main] org.apache.catalina.ha.tcp.SimpleTcpCluster.registerManager Manager [PersistentManager[StandardEngine[Catalin

RE: Tomcat 6 Clustering issue

2009-09-08 Thread Darren Kukulka
x27;, what does that actually mean in this case? Availability of Tomcat on a node, or the availability of the service to respond to requests? -Original Message- From: Sumedh Sakdeo [mailto:sumedhsak...@gmail.com] Sent: 08 September 2009 10:49 To: Tomcat Users List Subject: Re: Tomcat 6 C

Re: Tomcat 6 Clustering issue

2009-09-08 Thread Sumedh Sakdeo
Hi Darren, For our setup tomcat 6 is able to handle failover to healthy node with proper session replication. I assume you have loaded load balancer module, updated worker.properties, made cluster changes to server.xml of tomcat 6. My problem is next step of yours. http://www.mail-archive.

Tomcat 6 Clustering issue

2009-09-08 Thread Darren Kukulka
Hi All, I've come across some interesting scenarios with a clustered Tomcat6 environment and I'm wondering what the most common (or best) approach to configuration would be. Basically, in a 2 node cluster, with a front-end Apache Web Server using mod_jk balancer (on availability, with equal

Tomcat clustering issue

2009-08-07 Thread Sergey Udaltsov
I have 2 clustered tomcat 5.5 instances running on Windows Server 2003 behind Apache load balancer (using AJP protocol) For some urls (I cannot get the pattern), I am getting the error on frontend. In Apache logs, I see the following: [Thu Aug 06 17:34:19 2009] [error] (OS 10061)No connection coul

tomcat 6.0.18 clustering issue

2008-11-21 Thread rohit aman
Hi guys...I had setup tomcat cluster with 2 nodes. cluster has hardware load balancer with sticky sessions configuration... All the log messages and everything say that the session is being replicated but when one server fails over the other server is kicking out the user here is my server.xml clu

Re: tomcat 6 clustering issue

2008-11-21 Thread rohit aman
Ya... I got that message when I stopped the tomcat ( it shuts down with a warning ) 4th step in below is the scenario is where I got that warning 1) Start tomcat 1 2) Start tomcat 2 3) create atleast once session on tomcat 1 and tomcat 2 by accessing the web application 4) kill any tom

Re: tomcat 6 clustering issue

2008-11-20 Thread Filip Hanik - Dev Lists
this message 2008-11-20 17:08:29.999 [main] [INFO] org.apache.coyote.http11.Http11Protocol - Stopping Coyote HTTP/1.1 on http-8080 tells us that you stopped the tomcat instance Filip rohit aman wrote: Hi, I have a tomcat cluster ( with tomcat 1 and tomcat 2 ) with a hardware load balanc

tomcat 6 clustering issue

2008-11-20 Thread rohit aman
Hi, I have a tomcat cluster ( with tomcat 1 and tomcat 2 ) with a hardware load balancer infront. Session replication only works in some scenario and does not in others. Here is the scenario where it works... 1) Start tomcat 1 2) access the web application ( session gets created in tom