Re: Version 6 Clustering problem

2008-07-14 Thread Filip Hanik - Dev Lists
write your own webapp, to make sure you actually replicate serializable data Filip János wrote: Hi Filip, I added it in the catalina.sh file on all three nodes and I am not seeing the error. I also disabled IP6 in Network Preferences. I added the distrubuted=true to the context.xml file

Re: Version 6 Clustering problem

2008-07-14 Thread János
Filip, You are right. I called the session example wrongly via the bml0042.yalepath.org host, but that was not configured. As soon as I called it via the localhost host - which was configured - it worked fine. Here is the log from node3: bml0042:/usr/local/tomcat janos$ cat

Re: Version 6 Clustering problem

2008-07-14 Thread Filip Hanik - Dev Lists
János wrote: Filip, You are right. I called the session example wrongly via the bml0042.yalepath.org host, but that was not configured. As soon as I called it via the localhost host - which was glad you got it working configured - it worked fine. Here is the log from node3:

Re: Version 6 Clustering problem

2008-07-11 Thread János
Hi Filip, I added it in the catalina.sh file on all three nodes and I am not seeing the error. I also disabled IP6 in Network Preferences. I added the distrubuted=true to the context.xml file on all three nodes and added the distributable/ tag to the webapps/examples/WEB- INF/web.xml on

Version 6 Clustering problem

2008-07-10 Thread János
Hi, I am trying to establish a 3 member cluster on the same machine. Here is my server.xml copied from a sample I found on this list. ?xml version='1.0' encoding='utf-8'? Server port=8005 shutdown=SHUTDOWN Listener className=org.apache.catalina.core.AprLifecycleListener SSLEngine=on /

Re: Version 6 Clustering problem

2008-07-10 Thread Filip Hanik - Dev Lists
try setting the |-Djava.net.preferIPv4Stack=true option for your tomcat launch Filip | János wrote: Hi, I am trying to establish a 3 member cluster on the same machine. Here is my server.xml copied from a sample I found on this list. ?xml version='1.0' encoding='utf-8'? Server port=8005