From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED] On Behalf Of Wei Cheng
Sent: Monday, December 20, 2004 5:53 PM
To: [EMAIL PROTECTED]
Subject: Re: Apache Server Redundancy
Hi David,
Heartbeat and mon solution seems to offer failover protection up to sessions, but it's not really mirroring my 2 servers. If my servlet triggers a backend task i will still loose everything in the RAM.
You can set up failover
in which there are master and slave servers. Session state is propagated to the
processes within the same island, which enables another process in the same
island to pick up the request from a given client if a failover occurs. You can
get lots of information on "apache failover" on Google.
Hi
Guys,
I have this scenario where i need total and
transparent redundancy for a web server hardware.
If the primary server
fails, the secondary server should kick in automatically and without loss of
data (user sessions etc).
Kinda like they way they mirror
harddisks, except this time it's mirroring the whole PC, ram
inclusive.
Any ideas ?
Thanks in advance.
___________________________________________________________________________ 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
------------------------------------------------------------------------------
This email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else, unless expressly approved by the sender or an authorized addressee, is unauthorized.
If you are not the intended recipient, any disclosure, copying, distribution or any action omitted or taken in reliance on it, is prohibited and may be unlawful. If you believe that you have received this email in error, please contact the sender, delete this e-mail and destroy all copies.
==============================================================================
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