Jim Frentress wrote:
>
> Below I assume the application entry-point is a servlet, even though the
> concept applies for any entry-point above the AppServer.
>
> Am I correct to assume that vendor-specific clustering cannot handle session
> fail-over when HTTP services are provided by anything but the clustering
> AppServer? This seems obvious but I just want to clarify my understanding.

Well if you place all your 'session' state in a session bean
or entity bean, and have the servlets either using a browser
cookie or otherwise embedding the Handle of the 'Session' on
each web page, your servlet can easily make use of vendor
specific clustering features. Am I missing something here?

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to