Hi:

We have developed an e-commerce site using "MVC Model 2" architecture.
Classes/JavaBeans - Model
Servlet - Controller
JSP - View

We are running Six WebSphere 3.02 AppServer on six difference unix box
(AIX) .  We are facing a severe architecture problem. Here all AppServer
are having difference session i.e. there is no relation between all
these AppServers That means, if a customer is talking to AppServer1 and
on the next request if customer redirects to AppServer2 (Due to
LoadBalancer), then it will be a new SESSION i..e all the SESSION data
is lost.

Now I am unable to decide how we can solve this problem without
modifying the code.

I was looking for documentation, here is the list of solutions:
- IP Affinity
- Session Affinity
- Persistance Session

Any suggestion/ideas will be highly appreciated.

Thanks.

Sushil Singh

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to