Re: Need Hellp With Tomcat 6 / Apache 2.2 Cluster Problem

2009-03-11 Thread Rainer Jung
On 11.03.2009 16:28, Alston, Brian (US SSA) wrote: Filip I was under the assumption, from my reading, that "load balancing" was a component of "clustering". At least that's how the O'Reilly book makes me feel. I added the option to the end of the line and it now looks like this: Bal

RE: Need Hellp With Tomcat 6 / Apache 2.2 Cluster Problem

2009-03-11 Thread Alston, Brian (US SSA)
ists [devli...@hanik.com] Sent: Wednesday, March 11, 2009 11:10 AM To: Tomcat Users List Subject: Re: Need Hellp With Tomcat 6 / Apache 2.2 Cluster Problem hi Brian, this is not really tomcat clustering, but more httpd load balancing. Disable reuse is available on two modules, mod_jk and mod_proxy

Re: Need Hellp With Tomcat 6 / Apache 2.2 Cluster Problem

2009-03-11 Thread Filip Hanik - Dev Lists
ny leniency and help will be very much appreciated. Thanks Have a great day. From: Filip Hanik - Dev Lists [devli...@hanik.com] Sent: Tuesday, March 10, 2009 1:22 PM To: Tomcat Users List Subject: Re: Need Hellp With Tomcat 6 / Apache 2.2 Cluster Problem Alst

RE: Need Hellp With Tomcat 6 / Apache 2.2 Cluster Problem

2009-03-11 Thread Alston, Brian (US SSA)
e very much appreciated. Thanks Have a great day. From: Filip Hanik - Dev Lists [devli...@hanik.com] Sent: Tuesday, March 10, 2009 1:22 PM To: Tomcat Users List Subject: Re: Need Hellp With Tomcat 6 / Apache 2.2 Cluster Problem Alston, Brian (US SSA) wrote: &

Re: Need Hellp With Tomcat 6 / Apache 2.2 Cluster Problem

2009-03-10 Thread Filip Hanik - Dev Lists
t your cookies or sessions Filip Again, thank you very much for your help. From: Filip Hanik - Dev Lists [devli...@hanik.com] Sent: Tuesday, March 10, 2009 12:42 PM To: Tomcat Users List Subject: Re: Need Hellp With Tomcat 6 / Apache 2.2 Cluster Problem hi Brian,

RE: Need Hellp With Tomcat 6 / Apache 2.2 Cluster Problem

2009-03-10 Thread Alston, Brian (US SSA)
__ From: Filip Hanik - Dev Lists [devli...@hanik.com] Sent: Tuesday, March 10, 2009 12:42 PM To: Tomcat Users List Subject: Re: Need Hellp With Tomcat 6 / Apache 2.2 Cluster Problem hi Brian, your stickysession attribute is wrong, it should look like |stickysession=JSESSIONID|jsessionid

Re: Need Hellp With Tomcat 6 / Apache 2.2 Cluster Problem

2009-03-10 Thread Filip Hanik - Dev Lists
rder Deny,Allow Allow from all From: Filip Hanik - Dev Lists [devli...@hanik.com] Sent: Tuesday, March 10, 2009 11:29 AM To: Tomcat Users List Subject: Re: Need Hellp With Tomcat 6 / Apache 2.2 Cluster Problem what does the cluster section of your httpd loo

RE: Need Hellp With Tomcat 6 / Apache 2.2 Cluster Problem

2009-03-10 Thread Alston, Brian (US SSA)
k - Dev Lists [devli...@hanik.com] Sent: Tuesday, March 10, 2009 11:29 AM To: Tomcat Users List Subject: Re: Need Hellp With Tomcat 6 / Apache 2.2 Cluster Problem what does the cluster section of your httpd look like? Alston, Brian (US SSA) wrote: > I have one Apache http server version 2.2.3 (on Red

Re: Need Hellp With Tomcat 6 / Apache 2.2 Cluster Problem

2009-03-10 Thread Filip Hanik - Dev Lists
what does the cluster section of your httpd look like? Alston, Brian (US SSA) wrote: I have one Apache http server version 2.2.3 (on Red Hat Enterprise Linux 5) and three Tomcat 6 version 6.0.18 servers (on Windows Server 2003) running in my cluster. Everything "appears" to be working well. It

Need Hellp With Tomcat 6 / Apache 2.2 Cluster Problem

2009-03-10 Thread Alston, Brian (US SSA)
I have one Apache http server version 2.2.3 (on Red Hat Enterprise Linux 5) and three Tomcat 6 version 6.0.18 servers (on Windows Server 2003) running in my cluster. Everything "appears" to be working well. It looks like it is using RoundRobin because every time I refresh the page it goes from

Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-13 Thread Filip Hanik - Dev Lists
I'd suggest you move to Tomcat 6, start with a clean config. Tomcat 6 supports static members and validation over TCP, which makes members stick around even if multicast is flaky Filip Gustavo Araujo wrote: Filip, Thanks for your response, but the cluster members continue to disappear! =( F

RE: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-13 Thread Caldarale, Charles R
> From: Gustavo Araujo [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared) > > Thanks for your response, but the cluster members continue to > disappear! =( > > java.library.path: /usr/lib64/gcj-4.1.2 Just a thought: you're not

Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-13 Thread Gustavo Araujo
Filip, Thanks for your response, but the cluster members continue to disappear! =( Follow down the logs and the conf files : Node1: Using CATALINA_BASE: /usr/share/tomcat5 Using CATALINA_HOME: /usr/share/tomcat5 Using CATALINA_TMPDIR: /usr/share/tomcat5/temp Using JRE_HOME: /usr/lib/jv

Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-12 Thread Filip Hanik - Dev Lists
increase mcastDropTime="3000" to mcastDropTime="3" Gustavo Araujo wrote: Hello! I'm trying to finish my configuration of the cluster. But i get the message of 'memberDisappeared' in both nodes: Node1: 12-Nov-08 5:30:36 PM org.apache.catalina.cluster.tcp.SimpleTcpCluster memberAdded I

Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-12 Thread Gustavo Araujo
It is not working for me =[ 2008/11/12 Gustavo Araujo <[EMAIL PROTECTED]> > Alberto, > > Could you please send me the complete configurations of both nodes, this > that you sent to me is missing something. =( > > Thanks a lot for you fast reply! > > 2008/11/12 Alberto Jesus La Rosa Agramonte <[EM

Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-12 Thread Gustavo Araujo
Alberto, Could you please send me the complete configurations of both nodes, this that you sent to me is missing something. =( Thanks a lot for you fast reply! 2008/11/12 Alberto Jesus La Rosa Agramonte <[EMAIL PROTECTED]> > hello thats my configurations files, and work without problems. > > cl

Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-12 Thread Alberto Jesus La Rosa Agramonte
hello thats my configurations files, and work without problems. cluster 1 cluster 2

Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-12 Thread Gustavo Araujo
Hello! I'm trying to finish my configuration of the cluster. But i get the message of 'memberDisappeared' in both nodes: Node1: 12-Nov-08 5:30:36 PM org.apache.catalina.cluster.tcp.SimpleTcpCluster memberAdded INFO: Replication member added:org.apache.catalina.cluster.mcast.McastMember[tcp://172

Re: Tomcat cluster problem - null pointer exeptions - bad members

2008-06-24 Thread Filip Hanik - Dev Lists
you should add the TcpFailureDetector interceptor into the stack, as well as the async interceptor these should be defined before your static membership interceptor. you might also want to add in TCP ping interceptor, before both of the above one className="org.apach

Tomcat cluster problem - null pointer exeptions - bad members

2008-06-23 Thread Milan Cvejic
Hello, i am having problem with tomcat cluster on the same machine... This is a config from first node: channelSendOptions="4"> className="org.apache.catalina.tribes.transport.ReplicationTransmitter" replicationMode="fastasyncqueue" compress="true" doTransmitterProcessingStats="true" ack

more info Re: cluster problem (sessions lost)

2008-03-21 Thread Ronald Klop
Hi, I am using the FastAsyncSocketSender. Ngrep show me it sends a session and than receives 3 bytes (ack?). These 3 bytes are never read by the FastAsyncSocketSender, so the recv buffer of Linux is filling up. If the recv buffer is full. The send buffer on the other side is filled up after wh

cluster problem (sessions lost)

2008-03-17 Thread Ronald Klop
Hello, I have this problem in which there is very little data to get to a solution. - Running a 5 node cluster of 5.5.23 on java 1.5.0_10. Debian 4.0 and kernel 2.6.22.18-SMP. - It runs behind a Linux LVS which balances the connections over the cluster. - Attached is my server.xml. - Sessions la

Cluster problem

2008-03-10 Thread vaidac
nfiguration is So, I was wondering if I am missing something from my configuration or is something that I did not see it. Any idea would be much appreciated. Thank you very much Calin -- View this message in context: http://www.nabble.com/Cluster-problem-tp15952055p15952055.html Sent from the

Re: Tomcat Cluster problem. skipping state transfer. No members active in cluster group

2006-10-26 Thread hotszkin
It works, thank you very much Peter. I just can't figure why? It's tricky. Anyway, it works. HoTszKin - Original Message - From: "Peter Rossbach" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, October 27, 2006 12:41 AM Subject: Re: To

Re: Tomcat Cluster problem. skipping state transfer. No members active in cluster group

2006-10-26 Thread Peter Rossbach
0 U 0 00 lo [EMAIL PROTECTED] bin]# exit Script done on Thu 26 Oct 2006 03:42:43 PM CST Any suggestion? HoTszKin - Original Message - From: "Peter Rossbach" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, October 26,

Re: Tomcat Cluster problem. skipping state transfer. No members active in cluster group

2006-10-26 Thread hotszkin
3 PM CST Any suggestion? HoTszKin - Original Message - From: "Peter Rossbach" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, October 26, 2006 2:00 PM Subject: Re: Tomcat Cluster problem. skipping state transfer. No members active in clu

Re: Tomcat Cluster problem. skipping state transfer. No members active in cluster group

2006-10-25 Thread Peter Rossbach
I think you have a network routing problem. Read the cluster help: http://tomcat.apache.org/faq/cluster.html Regards Peter Am 25.10.2006 um 06:20 schrieb hotszkin: I am trying to setup a tomcat cluster as told in the tomcat cluster document. There are 3 PCs in my environment. All of them

Tomcat Cluster problem. skipping state transfer. No members active in cluster group

2006-10-24 Thread hotszkin
I am trying to setup a tomcat cluster as told in the tomcat cluster document. There are 3 PCs in my environment. All of them are running RHEL AS 3. apache (2.0.26) /w mod_jk (1.2.19) ip: 10.0.0.20 | ___ | |

FW: JDBC Session Persistence in a cluster problem/question

2006-01-10 Thread Gary Blomquist
:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 3:08 PM To: Tomcat Users List Subject: RE: JDBC Session Persistence in a cluster problem/question I am looking into this as well. It appears that you must use sticky sessions with the Persistent Manager/JDBC store to get failover to work. However

RE: JDBC Session Persistence in a cluster problem/question

2006-01-10 Thread Gary Blomquist
quist -Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 1:45 AM To: users@tomcat.apache.org Subject: JDBC Session Persistence in a cluster problem/question From: [EMAIL PROTECTED] Subject:JDBC Session persistence

RE: JDBC Session Persistence in a cluster problem/question

2006-01-10 Thread Duan, Nick
e.org Subject: JDBC Session Persistence in a cluster problem/question From: [EMAIL PROTECTED] Subject:JDBC Session persistence in a cluster problem/question Date: 10 January 2006 5:42:51 PM To: [EMAIL PROTECTED] [For context, Tomcat 5.5.12] Hell

JDBC Session Persistence in a cluster problem/question

2006-01-09 Thread Paul Smith
From: [EMAIL PROTECTED] Subject:JDBC Session persistence in a cluster problem/question Date: 10 January 2006 5:42:51 PM To: [EMAIL PROTECTED] [For context, Tomcat 5.5.12] Hello all, I'm having a bit of trouble understanding exactly wha