I have configured a sticky session set up with a load balancer (Apache) and three app nodes running Jboss 4.2.2 .
the load balancer uses mod_jk and settings as mentioned in the tutorial here.
http://community.jboss.org/wiki/UsingModjk12WithJBoss;jsessionid=1569CBFB7C3096C59C977CD3F7159A32
I have the jumRoute set as node1 ,node2 and nod...
Hi, I'm running Apache 2.2.14 on Windows Server 2003, without PHP or MySQL, basically to proxy as a web server for a Java web app. Every few hours or so Apache restarts with a message [notice] Parent: child process exited with status 3221225477 -- Restarting.
This (or very similar) issue seems to be most common for Apache/PHP/MySQL comb...
Hi,
I've set up everything and mod_rewrite works properly on HTML files but not on jsp files. I've got a front end apache using mod_jk to forward jsp request which are then served by tomcat.
My rewrite rule inside my virtual host (notice I use the PT flag to force mod_rewrite to forward to mod_jk):
RewriteRule ^/([\w\d]*).jsp$ /sb/jsp...