Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 047F818072 for ; Fri, 3 Jul 2015 12:36:53 +0000 (UTC) Received: (qmail 74935 invoked by uid 500); 3 Jul 2015 12:36:49 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 74873 invoked by uid 500); 3 Jul 2015 12:36:49 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 74862 invoked by uid 99); 3 Jul 2015 12:36:49 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jul 2015 12:36:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 6B382181A51 for ; Fri, 3 Jul 2015 12:36:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.632 X-Spam-Level: *** X-Spam-Status: No, score=3.632 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id xuKL7Tj2bueo for ; Fri, 3 Jul 2015 12:36:48 +0000 (UTC) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 28ACD45417 for ; Fri, 3 Jul 2015 12:36:48 +0000 (UTC) Received: by wibdq8 with SMTP id dq8so99237156wib.1 for ; Fri, 03 Jul 2015 05:36:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=kUwCwDz1OtUb7wA8TqPa2XDJSvPLTZKCLvla/1lEiFw=; b=FEr7/cO39OIpjypzZtIXYgCwD68dp6CD5UOofOVjHiiwtBo40I2JImVZ1G+1AdM7rB 9Mj/DGxYJnO+6zGozy+PbFm90kBnV5/YFUuDFzmPI2CeQ8T6Kxc409bOOC4LBs2Pl1Xy 9NgK9byhOd8qXEV8irZpow7sSl+0vFRACqbCYRFjd+Z+UD0iDw5OwD7NDKcxoFRhX/NS 59flF86qVfKUWvXNyW/5SMWr2Lt6bZfRSt6F2z3sawzHEnOtxPHUwyz0SjWWUyVP4Sq3 2h6zcVgXV2tGrryMSpf9QN5Z5gCmcyfpX8hN4x498/K2CWqa+1n95i85zB6jJL+FtEvw 6XvQ== X-Gm-Message-State: ALoCoQk1e4XMdEzaYhzE/KQlkDOn01IEOENGRRQV3ocPjaA7hdS/ggKGlBWKB8G4Isoi+auSKP40 X-Received: by 10.180.79.133 with SMTP id j5mr64872699wix.38.1435927007361; Fri, 03 Jul 2015 05:36:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.9.201 with HTTP; Fri, 3 Jul 2015 05:36:07 -0700 (PDT) From: Charles Richard Date: Fri, 3 Jul 2015 09:36:07 -0300 Message-ID: Subject: Session replication/fail-over for medium sized tomcat farm To: Tomcat Users List Content-Type: multipart/alternative; boundary=f46d04428cfc3289be0519f7cfcd --f46d04428cfc3289be0519f7cfcd Content-Type: text/plain; charset=UTF-8 Hi, We are currently using a product called Terracotta to do session fail-over/replication but are considering moving away from this product as it doesn't seem to support Java 7 and Tomcat 7. What products exist out there that would help with session fail-over/replication? I only know of 3: - Terracotta - Hazelcast - Tomcat native session failover (is not recommended for many tomcat nodes) I want to make sure i know all options before making a decision. Thanks, Charles --f46d04428cfc3289be0519f7cfcd--