RE: Tomcat 5.5 Clustering

2011-06-09 Thread Tauqir Akhtar
Sorry abt that. I have created a new request now. Thanks Tauqir Akhtar -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, June 09, 2011 10:27 AM To: Tomcat Users List Subject: Re: Tomcat 5.5 Clustering On 09/06/2011 15:02, Tauqir Akhtar wrote: > Hi >

Re: Tomcat 5.5 Clustering

2011-06-09 Thread Pid
On 09/06/2011 15:02, Tauqir Akhtar wrote: > Hi > > I am running two Tomcat (5.5.27) Instances on two different machines > deploying the same Java Application. If this is a new request for help, rather than a reply to "Tomcat 6 Clustering vs. Tomcat 5.5 clustering" ple

Tomcat 5.5 Clustering

2011-06-09 Thread Tauqir Akhtar
Hi I am running two Tomcat (5.5.27) Instances on two different machines deploying the same Java Application. I have made changes in server.xml to specify the Port on which Tomcat should run on the two machines. On Machine 1 :

Re: Tomcat 6 Clustering vs. Tomcat 5.5 clustering

2011-06-07 Thread Martin Knoblauch
Hi, I almost forgot about this one :-) - Original Message > From: Filip Hanik - Dev Lists > To: Tomcat Users List > Sent: Tue, June 7, 2011 1:07:20 AM > Subject: Re: Tomcat 6 Clustering vs. Tomcat 5.5 clustering > > On 5/23/2011 6:50 AM, Martin Knobl

Re: Tomcat 6 Clustering vs. Tomcat 5.5 clustering

2011-06-06 Thread Filip Hanik - Dev Lists
On 5/23/2011 6:50 AM, Martin Knoblauch wrote: Hi, while moving an application from Tomcat 5.5 to Tomcat 6 I found some differences in clustering, that I could not resolve myself: e. G. What happened to replicationMode, ackTimeout waitForAck? In TC 5.5 I had: channelSendOptions h

Tomcat 6 Clustering vs. Tomcat 5.5 clustering

2011-05-23 Thread Martin Knoblauch
Hi, while moving an application from Tomcat 5.5 to Tomcat 6 I found some differences in clustering, that I could not resolve myself: e. G. What happened to replicationMode, ackTimeout waitForAck? In TC 5.5 I had: Are they still available with "org.apache.catalina.tribes.transport

Tomcat 6 Clustering vs. Tomcat 5.5 clustering

2011-05-23 Thread Martin Knoblauch
Hi, while moving an application from Tomcat 5.5 to Tomcat 6 I found some differences in clustering, that I could not resolve myself: e. G. What happened to replicationMode, ackTimeout waitForAck? In TC 5.5 I had: Are they still available with "org.apache.catalina.tribes.transpo

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-04 Thread Mark Thomas
On 04/01/2011 06:47, Harsimranjit singh Kler wrote: > So this means tomcat alone have not sufficent support for Load Balancing and > clustering?. Correct. Tomcat does not provide a reverse proxy implementation. > You main only way to achive is to use apache server HTTPD and connector, > mod_jk th

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-03 Thread Harsimranjit singh Kler
So this means tomcat alone have not sufficent support for Load Balancing and clustering?. but i am able to check successfully: 1)Session maintaince2)Auto Deployment Only thing i am not able to achive to hide Cluster URL on redirection. You main only way to achive is to use apache server HTTPD and

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-03 Thread Pid
On 1/3/11 9:40 AM, Harsimranjit singh Kler wrote: > using tomcat instances only(balancer Feature) Why? http://tomcat.apache.org/tomcat-5.5-doc/balancer-howto.html#Using_the_balancer_webapp "This is a simple implementation of a rules-based load balancer. It was not designed as a replacement for

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-03 Thread André Warnier
Harsimranjit singh Kler wrote: Hi Here is details: *Tomcat version*: 5.5.27 *OS*:Window XP *JDK*:1.6 *Environment Trying to Create* :Load balancing and Clustering on single Machine using tomcat instances only(balancer Feature) . *What i have Achieved*:i am running 4 instances of tomcat on port

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-03 Thread Harsimranjit singh Kler
Hi Here is details: *Tomcat version*: 5.5.27 *OS*:Window XP *JDK*:1.6 *Environment Trying to Create* :Load balancing and Clustering on single Machine using tomcat instances only(balancer Feature) . *What i have Achieved*:i am running 4 instances of tomcat on ports 8080,9080,10080,11080.So port 8

Re: Tomcat(5.5) Clustering and Load Balancing.

2010-12-28 Thread David Smith
On 12/28/2010 8:33 AM, Pid wrote: > On 12/27/10 4:11 AM, Harsimranjit singh Kler wrote: >> Hi >> >> i have testing tomcat clustering on single machine.What i am able to do is i >> hv 4 tomcat instances 1 work as balancer and 3 as cluster.using Rule.xml in >> balancer with round robin approach.all r

Re: Tomcat(5.5) Clustering and Load Balancing.

2010-12-28 Thread Pid
On 12/27/10 4:11 AM, Harsimranjit singh Kler wrote: > Hi > > i have testing tomcat clustering on single machine.What i am able to do is i > hv 4 tomcat instances 1 work as balancer and 3 as cluster.using Rule.xml in > balancer with round robin approach.all requests hits on balancer redirected > to

Re: Tomcat(5.5) Clustering and Load Balancing.

2010-12-26 Thread Harsimranjit singh Kler
Hi i have testing tomcat clustering on single machine.What i am able to do is i hv 4 tomcat instances 1 work as balancer and 3 as cluster.using Rule.xml in balancer with round robin approach.all requests hits on balancer redirected to on one cluster which is on some different port. when redirectin

Re: Regarding Tomcat 5.5 clustering

2009-03-11 Thread Filip Hanik - Dev Lists
to test failover setup a simple load balancer, like 'pen' or more advanced like the apache web server 'httpd' and hit the load balancer with requests Filip welcome.partha wrote: Hi Everyone, Now i am trying to creating the clustering in tomcat5.5.17. I have downloaded tomc

Regarding Tomcat 5.5 clustering

2009-03-11 Thread welcome.partha
: http://www.nabble.com/Regarding-Tomcat-5.5-clustering-tp22454690p22454690.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e

Re: tomcat 5.5 clustering with JAAS

2008-11-19 Thread lmk
e user authenticated on all the tomcat instance? >> >> thanks! >> >> >> -- >> View this message in context: >> http://www.nabble.com/tomcat-5.5-clustering-with-JAAS-tp20502551p20502551.html >> Sent from the Tomcat - User mailing list archi

Re: tomcat 5.5 clustering with JAAS

2008-11-18 Thread Gustavo Araujo
user. > > how I keep the user authenticated on all the tomcat instance? > > thanks! > > > -- > View this message in context: > http://www.nabble.com/tomcat-5.5-clustering-with-JAAS-tp20502551p20502551.html > Se

Re: tomcat 5.5 clustering with JAAS

2008-11-18 Thread lmk
e tomcat instance? > > thanks! > > > -- View this message in context: http://www.nabble.com/tomcat-5.5-clustering-with-JAAS-tp20502551p20557469.html Sent from the Tomcat - User mailing list archive at Nabble.com.

tomcat 5.5 clustering with JAAS

2008-11-14 Thread lmk
://www.nabble.com/tomcat-5.5-clustering-with-JAAS-tp20502551p20502551.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For

Tomcat 5.5 clustering -> Cluster Session

2008-02-18 Thread Andrew Hole
Hello! I'm getting the following message on Tomcat: 18/Fev/2008 12:07:50 org.apache.catalina.cluster.tcp.ReplicationValvecreatePrimaryIndicator FINE: Context /outpatient: Found session 07EEE91093046F13672F88402F03C5A2.node02 but it isnt a ClusterSession. Why this happen? Thanks a lot AH

Problem with Tomcat 5.5 clustering

2007-07-13 Thread Thomas Gaudin
Hi, I Have two Tomcat Cluster (version 5.5 and jdk 1.5) I've configured my Tomcat with Cluster TAG and when I start Tomcat server, I have this message in the log file : WARNING: Manager [/Exemple], requesting session state from org.apache.catalina.cluster.mcast.McastMember[tcp://127.0.0.1:40

Re: Tomcat 5.5 Clustering issues

2007-07-09 Thread Filip Hanik - Dev Lists
EMAIL PROTECTED] (office) 225.578.3737 -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 9:34 AM To: Tomcat Users List Subject: Re: Tomcat 5.5 Clustering issues correct, on the multicast IP Filip Andrew R Feller wrote: Is the mult

RE: Tomcat 5.5 Clustering issues

2007-07-09 Thread Andrew R Feller
Sent: Monday, July 09, 2007 9:34 AM To: Tomcat Users List Subject: Re: Tomcat 5.5 Clustering issues correct, on the multicast IP Filip Andrew R Feller wrote: > Is the multicast heartbeat picked up over the multicast IP or the > Receiver address that is broadcasted? I assume it is the multic

Re: Tomcat 5.5 Clustering issues

2007-07-09 Thread Filip Hanik - Dev Lists
Administrator University Information Systems Louisiana State University [EMAIL PROTECTED] (office) 225.578.3737 -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 03, 2007 9:55 AM To: Tomcat Users List Subject: Re: Tomcat 5.5 Clustering issues the

RE: Tomcat 5.5 Clustering issues

2007-07-09 Thread Andrew R Feller
University [EMAIL PROTECTED] (office) 225.578.3737 -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 03, 2007 9:55 AM To: Tomcat Users List Subject: Re: Tomcat 5.5 Clustering issues the disappeared message appears 3seconds after the member added

Re: Tomcat 5.5 Clustering issues

2007-07-03 Thread Filip Hanik - Dev Lists
the disappeared message appears 3seconds after the member added message. 3 seconds is the timeout you have set, ie, if no multicast heartbeat is received after 3 seconds, consider the member dead. so it seems like multicasting is not working properly on your system. Filip Andrew R Feller wrote

Tomcat 5.5 Clustering issues

2007-07-03 Thread Andrew R Feller
Good morning everyone, I have been trying to get Tomcat clustering between two Tomcat instances set up, but I have run into some issues. After opening the necessary ports in the firewall, routing the broadcast messages to the correct network interface (eth0), and setting up server.xml with the

Re: Tomcat 5.5 clustering

2007-05-10 Thread Filip Hanik - Dev Lists
Gross, Keith wrote: I was wondering what people use for cluster monitoring and administration. I have my test cluster set up with the farm deployer so deployment/undeployment across the cluster are easy enough. What I'm looking for is something like what the admin and manager appliactions can do

Tomcat 5.5 clustering

2007-05-10 Thread Gross, Keith
I was wondering what people use for cluster monitoring and administration. I have my test cluster set up with the farm deployer so deployment/undeployment across the cluster are easy enough. What I'm looking for is something like what the admin and manager appliactions can do but on a cluster basis

Re: Tomcat 6.0 vs Tomcat 5.5 Clustering Changes

2007-01-04 Thread Filip Hanik - Dev Lists
Ability to use per context managers when clustering contexts, ie, one can use a BackupManager and the other a DeltaManager and so on, to get the documentation up to date is still on the todo list Filip Troy Davidson wrote: I am trying to find a list of the differences between Tomcat 6.0 and

Tomcat 6.0 vs Tomcat 5.5 Clustering Changes

2006-12-18 Thread Troy Davidson
I am trying to find a list of the differences between Tomcat 6.0 and Tomcat 5.5 clustering and farming. Does anyone have a list like this or where to find the information. Thanks. ++ Troy Davidson

Re: Tomcat 5.5 Clustering Problem

2006-09-26 Thread Peter Rossbach
Strange! mcastClusterDomain is set a McastService constructor public McastService() { properties.setProperty("mcastClusterDomain", "catalina"); } Please don't use a real loadbalancer like apache with mod_jk instead the crazy redirect thing at http://www.onjava.com/pub/a/onj

Tomcat 5.5 Clustering Problem

2006-09-25 Thread Paul Michael Laborte
I'm trying to perform a simple cluster setup with Tomcat 5.5 and been running into some problems. Here's the link to the tutorial that I'm trying to follow: http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto.html. Below is an excerpt of the stack trace, I'm using the balancer application from