Re: Tomcat cluster with static membership

2014-12-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Theo, On 12/17/14 11:22 AM, Théo Chamley wrote: > Mark, things haven't changed on Tomcat8 for the logging properties, > your configuration did work. > > In the end, I had two problems: * My client did not have a > element in his web.xml This was

Re: Tomcat cluster with static membership

2014-12-17 Thread Théo Chamley
ng on the same machine, they have varying port with same ip): Regards, Ameer Mawia On Mon, Dec 8, 2014 at 8:26 PM, Théo Chamley wrote: Hello, I am trying to setup a simple Tomcat cluster with static membership. I can't use multicast because I am on a virtualization environment tha

Re: Tomcat cluster with static membership

2014-12-09 Thread Mark Eggers
className="org.apache.catalina.tribes.membership.StaticMember" >>> port="4001" host="192.168.1.6" >>> uniqueId="{10,1,0,101,0,0,0,0,0,0,0,0,0,0,0,0}"/> >>> >>> Regards, Ameer Mawia >>> >>> >>> On M

Re: Tomcat cluster with static membership

2014-12-09 Thread Daniel Mikusa
;192.168.1.6" >> uniqueId="{10,1,0,101,0,0,0,0,0,0,0,0,0,0,0,0}"/> >> >> Regards, >> Ameer Mawia >> >> >> On Mon, Dec 8, 2014 at 8:26 PM, Théo Chamley wrote: >> >> Hello, >>> >>> I am trying to setu

Re: Tomcat cluster with static membership

2014-12-09 Thread Théo Chamley
ng to setup a simple Tomcat cluster with static membership. I can't use multicast because I am on a virtualization environment that does not allow it. Debian 7 Tomcat 8.0.14 Oracle JVM 1.8.0_25 Both Tomcat are ok on their own, but I can't seem to make the clustering work: the s

Re: Tomcat cluster with static membership

2014-12-08 Thread Ameer Mawia
these two members entries in both node's server.xml(since running on the same machine, they have varying port with same ip): Regards, Ameer Mawia On Mon, Dec 8, 2014 at 8:26 PM, Théo Chamley wrote: > Hello, > > I am trying to setup a simple Tomcat clust

Tomcat cluster with static membership

2014-12-08 Thread Théo Chamley
Hello, I am trying to setup a simple Tomcat cluster with static membership. I can't use multicast because I am on a virtualization environment that does not allow it. Debian 7 Tomcat 8.0.14 Oracle JVM 1.8.0_25 Both Tomcat are ok on their own, but I can't seem to make the cluste