Re: Help with Tomcat Clustering and load balancing

2006-09-29 Thread Pascal Bleser
even seems to be a windows binary out there. For more robust variants, such as the one I described with Linux and heartbeat, you're not going to find any equivalent solution that is "generic". Using Apache2 and mod_jk is as generic as it gets. > On 9/29/06, Pascal Bleser <[EMAIL PR

Re: Help with Tomcat Clustering and load balancing

2006-09-29 Thread Pascal Bleser
//siag.nu/pen/ [3] http://siag.nu/pen/vrrpd-linux.shtml [4] http://siag.nu/pen/vrrpd-linux2.shtml [5] http://www.linuxvirtualserver.org/ [6] http://haproxy.1wt.eu/ and http://haproxy.1wt.eu/download/1.2/doc/haproxy-en.txt hope this helps -- -o) Pascal Bleser ATOS Worldline/Aachen(DE)

HttpSessionListener with session replication (cluster)

2006-09-25 Thread Pascal Bleser
r. In a Servlet Container cluster, the ACLs would be computed and cached on each node on the fly, but also have to be flushed out of the cache on each node (hence, the question about HttpSessionEvents being fired on each cluster node or not). Thanks for any information or pointers :) cheer

Re: Why cannot I put JSVC into a shell script to run

2006-09-01 Thread Pascal Bleser
an interactive login (e.g. ~/.profile or ~/.bashrc) e.g. ---8<--- JAVA_HOME=/usr/java/jdk1.5.0 JRE_HOME=$JAVA_HOME JAVA_OPTS="-Xms128m -Xmx128m" PATH=$JAVA_HOME/bin:$PATH export JAVA_HOME JRE_HOME ---8<--- cheers -- -o) Pascal Bleser