First, pls set up tomcat or wadi cluster following this link: http://cwiki.apache.org/GMOxDOC22/clustering-and-farming.html and then configure apache http server to realize session affinity, if you use mod_jk way: edit works.properties under $http server install dir/conf with worker.loadbalancer.sticky_session=1 if you use mod_proxy, you can edit httpd.conf with: ProxyPass / balancer://mycluster/ stickysession=JSESSIONID
Viola On Wed, May 13, 2009 at 9:10 AM, Dennis Cartier <[email protected]>wrote: > I am trying to find out how to configure G2.1.4 for session affinity when > using Tomcat and WADI. Would anyone be able to point me in the right > direction? > > I thought that ClusterNodeName looked like a good guess in the > config-substitutions.properties file but that does not seem to attach a node > name to the generated session. > > Any help would be appreciated. > > Dennis > -- viola
