On Mon, Feb 8, 2010 at 9:24 AM, Arunkumar Janarthanan
<arunkumar.webadmin@xxxxxxxxx> wrote:
Hello all,
I have Apache/2.2.6 (Unix) Solaris 8 configured with 4 Tomcat instances balancing using proxy_ajp_module. I noticed that the balancer manager page does not show the JVMRoute to all other 3 Tomcat instances
out of them App1 & App2 are running on different machine where two other Tomcat instances running on same machine.
The other behaviour I have with these Tomcat instances my application logs out users forcefully after any action triggered from the application rightafter user logged in. These behaviour is from the Tomcat instances App5_TC1 and App5_TC2 tomcat instances.
I have separated those two Tomcat instances from the machine App5 now the application working fine. I have configured new balancer as i3c1test it shows the JVMRoute to one of the Tomcat only not for other.
I have gone through few posts and seems there are one or two cases same as my problem as below,
http://old.nabble.com/Apache-Http-sticky-session-problem.-td18877839.html
StickySession | Timeout | FailoverAttempts | Method |
JSESSIONID | 0 | 1 |
byrequests |
StickySession | Timeout | FailoverAttempts | Method |
JSESSIONID | 0 | 1 |
byrequests |
Please advice.
Arun J