RE: Clustering Tomcat

2005-05-22 Thread Dale, Matt
It looks like your machine is unable to send a multicast message. It will be an operating system configuration. Ta Matt -Original Message- From: Ben [mailto:[EMAIL PROTECTED] Sent: 21 May 2005 02:11 To: Tomcat Subject: Clustering Tomcat Hi I'm trying to configure clustering of 2

Re: Clustering Tomcat

2005-05-22 Thread Ben
It was my firewall. The servers are working now, however I get these error messages when I stop and start one of the two Tomcat instances: May 21, 2005 5:09:20 PM org.apache.catalina.cluster.tcp.SimpleTcpCluster send SEVERE: Unable to send message through cluster sender. java.io.IOException:

RE: clustering tomcat 5.0.19 issues

2004-03-03 Thread Filip Hanik \(lists\)
1) context manager doesn't exist. yep, I am only printing this because of debug. All this means is that you are a member of the cluster but the server has not fully started up yet. hence you are receiving messages for a non existent context. 2)Unable to send replicated message, is server down?

RE: Clustering Tomcat 5.0.19

2004-03-01 Thread Filip Hanik \(lists\)
works just fine for me. The configuration file changed between version 0.16 and 0.19, so make sure you have the 0.19 server.xml Filip -Original Message- From: Duma Rolando [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 9:22 AM To: [EMAIL PROTECTED] Subject: Clustering Tomcat

Re: Clustering Tomcat - Loadbalancing and Failover

2003-10-13 Thread Filip Hanik
to have in front of tomcat Filip - Original Message - From: Hanasaki JiJi [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, October 11, 2003 6:22 AM Subject: Re: Clustering Tomcat - Loadbalancing and Failover Very nice! does the mcastAddr=228.1.2.3 imply tcp

Re: Clustering Tomcat - Loadbalancing and Failover

2003-10-11 Thread Hanasaki JiJi
:34 PM Subject: Re: Clustering Tomcat - Loadbalancing and Failover Hanasaki JiJi wrote: Hello, What is available, in Tomcat, or as an add-on, and preferably free/open-source to cluster tomcat for: load balancing fail over humm filip hanik could answer with more details (or remy maucherat

Re: Clustering Tomcat - Loadbalancing and Failover

2003-10-10 Thread Filip Hanik
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 11:34 PM Subject: Re: Clustering Tomcat - Loadbalancing and Failover Hanasaki JiJi wrote: Hello, What is available, in Tomcat, or as an add-on, and preferably free/open-source to cluster tomcat for: load

Re: Clustering Tomcat - Loadbalancing and Failover

2003-10-09 Thread jerome moliere
Hanasaki JiJi wrote: Hello, What is available, in Tomcat, or as an add-on, and preferably free/open-source to cluster tomcat for: load balancing fail over humm filip hanik could answer with more details (or remy maucherat) but as far as I know new Tomcat 5 code (backported to 4.1) use

RE: Clustering Tomcat with OSCAR

2003-03-20 Thread Filip Hanik
Tomcat 5 ships with a cluster module, that I have back ported to 4.1.x, you have to use JDK1.4 since it uses java.nio for performance reasons http://www.filip.net/tomcat-clustering.html Filip -Original Message- From: Matthew Sachs [mailto:[EMAIL PROTECTED] Behalf Of Frank

Re: Clustering Tomcat with OSCAR

2003-03-20 Thread C. Gaffga
Hi ! have you ever tried google??# http://www.google.com/search?q=tomcat+cluster+session+replication I'm using the java-groups solution described in http://www.theserverside.com/resources/article.jsp?l=Tomcat and it works fine for me. We are running 6 tomcats4.1 on jdk1.4.1/linux 7.3 on

RE: Clustering Tomcat with OSCAR

2003-03-20 Thread Filip Hanik
for better performance code, uses TCP to convey the data instead http://www.filip.net/tomcat-clustering.html Filip -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of C. Gaffga Sent: Thursday, March 20, 2003 11:24 AM To: [EMAIL PROTECTED] Subject: Re: Clustering

RE: Clustering Tomcat

2003-01-27 Thread Roberts, Eric
Try http://www.theserverside.com/resources/article.jsp?l=Tomcat - should tell you all you need. -Original Message- From: Collins, Jim [mailto:[EMAIL PROTECTED]] Sent: Montag, 27. Jänner 2003 12:27 To: 'Tomcat Users List' Subject: Clustering Tomcat Hi, Has anyone had any experience of

RE: Clustering Tomcat

2003-01-27 Thread Collins, Jim
Thanks Eric. -Original Message- From: Roberts, Eric [mailto:[EMAIL PROTECTED]] Sent: 27 January 2003 12:28 To: Tomcat Users List Subject: RE: Clustering Tomcat Try http://www.theserverside.com/resources/article.jsp?l=Tomcat - should tell you all you need. -Original