Failover not happening

2008-01-17 Thread Shiby Maria John
hi, In my cluster failover is not happening. I am gettitng 503 after shuttng down the main server. Attaching the log files .. can anyone say why this is happening ? (See attached file: staging1_2)(See attached file: Staging2_1) It is urgent pls help. I have checked all my settings and they

Re: Doubt in how lbfactor works with load balancing of Apache with Tomcat cluster

2008-01-16 Thread Shiby Maria John
Shiby Maria John wrote: I was getting confused

Re: Doubt in how lbfactor works with load balancing of Apache with Tomcat cluster

2008-01-15 Thread Shiby Maria John
Hi Shiby, Shiby Maria John schrieb: Hi, This is my worker.properties for Apache server for clustering 3 instances of Tomcat in my machine. # The advanced router LB worker worker.list=router

Doubt in how lbfactor works with load balancing of Apache with Tomcat cluster

2008-01-14 Thread Shiby Maria John
Hi, This is my worker.properties for Apache server for clustering 3 instances of Tomcat in my machine. # The advanced router LB worker worker.list=router # Define a worker using ajp13 worker.worker1.port=8009 worker.worker1.host=localhost worker.worker1.type=ajp13 worker.worker1.lbfactor=1 #

Sticky and asynchronous sessions in Tomcat cluster

2008-01-14 Thread Shiby Maria John
Hi, I am using a set up of Tomcat cluster with 2 instances (tomcatA and tomcatB, tomcatA being the primary server and tomcatB being the standby server) under an Apache Server used for load balancing. I am using Tomcat only for failover balancing and load balancing is entirely done by apache. In

Re: doubt in clustering with sticky sessions

2008-01-11 Thread Shiby Maria John
Shiby Maria John wrote: Hi, This is a bit of documentation from the Load balancing page of the Apache site

doubt in clustering with sticky sessions

2008-01-10 Thread Shiby Maria John
Hi, This is a bit of documentation from the Load balancing page of the Apache site. sticky_session specifies whether requests with SESSION ID's should be routed back to the same Tomcat worker.

Re: mod_jk/tomcat problem

2008-01-09 Thread Shiby Maria John
I think you have given the wrong port for the worker configuration. You should give the AJP port and not the HTTP port for the worker. Jordi Prats [EMAIL PROTECTED] sTo

Re: Monitoring Tomcat Clusters

2008-01-08 Thread Shiby Maria John
this: http://tomcat.apache.org/tomcat-5.5-doc/monitoring.html Shiby Maria John wrote: HI, Do the Tomcat 5.5.x / 6.x versions have a default bundled application for monitoring tomcat clusters ? Also does it support JMS ? Regards, Shiby

Tomcat6

2008-01-04 Thread Shiby Maria John
Hi, can Tomcat 6 version be used in production? Regards, Shiby - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Logging application messages to a file instead of to the console

2006-09-21 Thread Shiby Maria John
Sorry Shiby, I've got no idea about the java logger as such. But had it been Log4j, I'd have checked my log4j.properties for the configured appender. Santosh. Shiby Maria John wrote: No, java logger

Logging application messages to a file instead of to the console

2006-09-20 Thread Shiby Maria John
Hi, I have an application deployed in Tomcat 5.0 in Linux OS. I want my application messages as well as the JVM logs to log into a file instead of into the console. How can I do that? Appreciate if some one can answer this query asap. It is in production enviornment. Regards, Shiby

RE: Logging application messages to a file instead of to the console

2006-09-20 Thread Shiby Maria John
From: Shiby Maria John [mailto:[EMAIL PROTECTED] Subject: Logging application messages to a file instead of to the console I have an application