Well...I haven't personally experienced this, but based on the reading that I have done on load balancing, and client connections, you can't do it reliably without persistent sessions (sticky bits) because the server expects you to already have a session active, so you can't just issue a command to the server without first opening a session
-----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Axton Sent: Friday, March 07, 2008 8:40 AM To: [email protected] Subject: 7.1 Java api Has anyone implemented mid-tier 7.1 or other j2ee apps based on the 7.1 java api in a load balanced environment? If so, can you comment on your successes/issues without using persistent sessions on the load balancer? Thanks, Axton Grams ____________________________________________________________________________ ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

