BEA WebLogic server supports in-memory-, file- or jdbc-based replication,
but in-memory is generally used for performance reasons.

--Kevin Taylor
Sr Web Developer
The Pampered Chef
630-261-3557

> -----Original Message-----
> From: Vikramjit Singh [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, October 07, 2002 6:27 AM
> To:   [EMAIL PROTECTED]
> Subject:      Re: How do servers maintain session Failover
>
> The session state is saved either
> 1. in memory replication of the session information, or
> 2. database/filesystem session persistence
>
> BEA Weblogic server implements in-memory replication of session
> information. Silver stream and Sybase Enterprise application server
> utilize a centralized database or file system that all application servers
> would read and write to.
>
>
> AFAIK, the administrator does the server configuration for you. You dont
> need to do it programmatically. But you have to do the configuration for
> clustering of the server.
>
>       -----Original Message-----
>       From: Gupta, Gaurav [mailto:[EMAIL PROTECTED]]
>       Sent: Monday, October 07, 2002 2:31 AM
>       To: [EMAIL PROTECTED]
>       Subject: How do servers maintain session Failover
>
>
>       HI All
>
>       Can anyone tell me  how does my session state is available to other
> web  servers in case one of the web servers in the cluster fails ..
>       Or do i need to do some programming for that
>
>
>       Thanks
>
>
> Disclaimer: This e-mail message along with any attachments is intended
> only for the addressee and may contain confidential and privileged
> information of GTL Limited. If the reader of this message is not the
> intended recipient, you are notified that any dissemination, distribution
> or copy of this communication is strictly prohibited. If you have received
> this message by error, please notify us immediately, return the original
> mail to the sender and delete the message from your system.
>

___________________________________________________________________________
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