AJP13 is used. jvmRoute does the trick!! In my case, two instances of tomcat run on separated machines.
Thank you Vincent. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 09, 2002 10:32 AM > To: Tomcat Users List > Subject: RE: Apache/tomcat load balance doesn't work with http post > operation > > > So you use the Warp connector or AJP13? > First you must have 2 server.xml (one for each instance), the port numbers > must be different for each instances. > In your server.xml you must specify the jvmRoute in the Engine Tag > (jvmRoute=LoadBalancerName). > > -----Message d'origine----- > De : Xiaoyu Zhang [mailto:[EMAIL PROTECTED]] > Envoy� : lundi 9 septembre 2002 16:05 > � : Tomcat Users List > Objet : RE: Apache/tomcat load balance doesn't work with http post > operation > > > > Vincent, > > The server.xml file and workers.properties are attached. In the server.xml > file the warpConnector configuration is commented out. > > Thanks, > Xiaoyu > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: Monday, September 09, 2002 4:01 AM > > To: Tomcat Users List > > Subject: RE: Apache/tomcat load balance doesn't work with http post > > operation > > > > > > Hi, > > > > I have already had this type of problem, the cause was a miss > > configuration. > > Can we please see your "worker.properties" and "server.xml" file? > > > > Vincent. > > > > -----Message d'origine----- > > De : Xiaoyu Zhang [mailto:[EMAIL PROTECTED]] > > Envoy� : dimanche 8 septembre 2002 19:30 > > � : [EMAIL PROTECTED] > > Objet : Apache/tomcat load balance doesn't work with http post operation > > > > > > > > Hi All, > > > > Sorry if you received this email twice. I didn't receive the email from > > tomcat-user list, so I am sending it again in case the first > one got lost. > > > > I have set up Apache 1.3.29 distribute loads across 2 Catalina > 4.0.3. For > > http get operation, every thing works fine. For HTTP post > > operation, apache > > can figure out the righ server to send the request, however > catalina 4.0.3 > > can not identify the correct session, it can not find the data we > > stored in > > the session. Would like to know if anyone else has similar experience to > > share? > > > > TIA > > Xiaoyu > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
