I haven't looked into any load balancing issues myself, just curious, how are you doing this, and with which adapter? Are you running multiple AppServers on a single system? Or directing them off to different systems in the adapter? Or using Apache for this?

-Stuart-
Originally I used the WebKit.cgi and edited the file to read the cookie and then pick the appserver based on the seesion ID

Then I changed it to something much simpler.
When the user logged in they were redirected either to http://www1 or http://www2 and then all of the links were relative.

In apache I simply had two instanced of the webware adapter and used a rewrite rule to pick the correct one based on the url.

A hack, but it worked.

If for some reason the user typed the URL into thier browser again (or used a bookmark), then they MAY be forced to login again.

Not a great solution, but an easy one to setup.

-Aaron



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to