Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 49649986C for ; Thu, 16 Feb 2012 16:49:37 +0000 (UTC) Received: (qmail 29553 invoked by uid 500); 16 Feb 2012 16:49:36 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 29470 invoked by uid 500); 16 Feb 2012 16:49:36 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 29461 invoked by uid 99); 16 Feb 2012 16:49:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2012 16:49:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2012 16:49:35 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 2B0144F4C8; Thu, 16 Feb 2012 16:49:15 +0000 (UTC) From: bugzilla@apache.org To: dev@tomcat.apache.org Subject: DO NOT REPLY [Bug 52685] New: distributable mode does not work with Servlet 3.0 Date: Thu, 16 Feb 2012 16:49:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Tomcat 7 X-Bugzilla-Component: Cluster X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: lucas.pouzac.pro@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@tomcat.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=52685 Bug #: 52685 Summary: distributable mode does not work with Servlet 3.0 Product: Tomcat 7 Version: 7.0.25 Platform: Other OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: Cluster AssignedTo: dev@tomcat.apache.org ReportedBy: lucas.pouzac.pro@gmail.com Classification: Unclassified If in web.xml, I declare: ... ... the session replication works (org.apache.catalina.ha.session.BackupManager). But, if I declare: ... ... the session replication doesn't work (org.apache.catalina.session.StandardManager). (with 7.0.14 and 7.0.25 tomcat version). -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org