I am trying to use mod_proxy_balancer with Tomcat and a WO app but have problems with the stickysession configuration. Here are the relative configs --

Apache:
<Proxy balancer://mmCluster>
 BalancerMember http://localhost:8082 route=server1
 BalancerMember http://localhost:8083 route=server2
</Proxy>

<Location /EC>
 ProxyPass balancer://mmCluster/EC
</Location>

<Location /Analytics>
 ProxyPass balancer://mmCluster/Analytics stickysession=wosid
</Location>


Tomcat1:
 <Connector port="8082"
     maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
     enableLookups="false" acceptCount="100" connectionTimeout="20000"
     proxyPort="80" disableUploadTimeout="true" />


and


<Engine name="Catalina" defaultHost="localhost" debug="0" jvmRoute="server1">


Tomcat2:
same as Tomcat1 except for unique ports and jvmRoute="server2"

After this is set up and I restart the server it looks like wosid (which is in a cookie) is not getting picked up. However my JSESSIONID cookie is being appended with ".server1". I was expecting my wosid cookie to have the ".server1" appended to it.

Does anyone have experience with this?

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list      (Webobjects-deploy@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to