Hi Daniel,
At last we managed to solve the replication issue. (not exactly a solution
but a workaround) :
the problem was:
The multicast tried to broadcast to local ip written in the hosts file
127.0.1.1
We had to write the actual ip adress in the hosts file
instead :
127.0.1.1 - Tomcat1
we ch
On Dec 29, 2013, at 10:51 AM, Nir A wrote:
> Hi,
>
> If i want to create a cluster of 2 tomcats:
>
> Tomcat1 - ip 111.111.111.111
> Tomcat2 - ip 222.222.222.222
>
>
> Where exactly the in the server.xml i should say that my cluster contains
> both of these ips?
By default, you don't. If you
Hi,
If i want to create a cluster of 2 tomcats:
Tomcat1 - ip 111.111.111.111
Tomcat2 - ip 222.222.222.222
Where exactly the in the server.xml i should say that my cluster contains
both of these ips?
If you will take alook at my server.xml (which i copy pasted from the
tutorial) it looks like th