Re: Clustering/Session Replication in docker swarm

2020-05-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Praveen, On 5/20/20 12:27, Praveen Kumar K S wrote: > Hello, > > I'm not sure if this is the right forum to ask this question. Since > this is a bigger community, I hope someone might have faced this > issue and hope I will get some help. > > I'm se

Re: Clustering: Session replication

2009-02-10 Thread Filip Hanik - Dev Lists
For each Tomcat set http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-receiver.html that way you broad cast your-ip-goes-here instead. alternatively, setup your hostname properly, and make sure the hostname resolves to the IP address, and not 127.0.0.1 Filip Jorge Medina wrote: Hi

RE: Clustering: Session replication

2009-02-10 Thread Jorge Medina
-Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, February 10, 2009 4:34 PM To: Tomcat Users List Subject: RE: Clustering: Session replication > From: Jorge Medina [mailto:jmed...@e-dialog.com] > Subject: FW: Clustering: Session repli

RE: Clustering: Session replication

2009-02-10 Thread Caldarale, Charles R
> From: Jorge Medina [mailto:jmed...@e-dialog.com] > Subject: FW: Clustering: Session replication > > According to the Javadoc, InetAddress.getLocalHost() returns the > loopback address. No, it doesn't; the sentence in question reads: "If the operation is not allowed, an InetAddress representing

Re: clustering: session replication

2008-07-23 Thread nch
age From: Filip Hanik - Dev Lists <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, July 22, 2008 7:30:34 PM Subject: Re: clustering: session replication also, post your configuration, to make sure you have it right (server.xml and context.xml) Filip nch wrote: > Hello, ag

Re: clustering: session replication

2008-07-22 Thread Filip Hanik - Dev Lists
: clustering: session replication Sorry, I'm running 6.0.13. Does it work the same? - Original Message From: Peter Rossbach <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, July 22, 2008 11:10:04 AM Subject: Re: clustering: session replication Hi, at tomcat 5.5

Re: clustering: session replication

2008-07-22 Thread Filip Hanik - Dev Lists
To: Tomcat Users List Sent: Tuesday, July 22, 2008 11:10:04 AM Subject: Re: clustering: session replication Hi, at tomcat 5.5 cluster you can use the cluster logging. Look at tomcat docs http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto.html

Re: clustering: session replication

2008-07-22 Thread nch
clues on how to tackle this issue? Kind regards. - Original Message From: nch <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, July 22, 2008 12:27:13 PM Subject: Re: clustering: session replication Sorry, I'm running 6.0.13. Does it work the same? - Origina

Re: clustering: session replication

2008-07-22 Thread nch
Sorry, I'm running 6.0.13. Does it work the same? - Original Message From: Peter Rossbach <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, July 22, 2008 11:10:04 AM Subject: Re: clustering: session replication Hi, at tomcat 5.5 cluster you can use the cluster lo

Re: clustering: session replication

2008-07-22 Thread Peter Rossbach
Hi, at tomcat 5.5 cluster you can use the cluster logging. Look at tomcat docs http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto.html className="org.apache.catalina.cluster.tcp.SimpleTcpCluster" doClusterLog="true"

Re: Clustering/Session Replication

2007-08-24 Thread Dwayne
There are some advantages and you can gain higher availability and therefore improved performance from clustering a single machine. In my little apps I use terracotta. Open source Java clustering tool that lets me acheive a pretty good distributed cache without manually rewriting code to work wit

Re: Clustering/Session Replication

2007-08-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, Andrew Hole wrote: > What's benefits of using Clustering/Session Replication on same machine? If you have a really buggy application that crashes a lot, clustering and session replication can buy you some robustness that your engineers have n