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 1D87110AA1 for ; Wed, 11 Dec 2013 05:39:24 +0000 (UTC) Received: (qmail 56105 invoked by uid 500); 11 Dec 2013 05:39:18 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 55830 invoked by uid 500); 11 Dec 2013 05:39:10 -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 55800 invoked by uid 99); 11 Dec 2013 05:39:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Dec 2013 05:39:07 +0000 Date: Wed, 11 Dec 2013 05:39:06 +0000 (UTC) From: "Josh Chaitin-Pollak (JIRA)" To: dev@tomcat.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (MTOMCAT-250) Pull Request: Support Alternate Session Managers in Standalone War Bootstrap MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Josh Chaitin-Pollak created MTOMCAT-250: ------------------------------------------- Summary: Pull Request: Support Alternate Session Managers in Standalone War Bootstrap Key: MTOMCAT-250 URL: https://issues.apache.org/jira/browse/MTOMCAT-250 Project: Apache Tomcat Maven Plugin Issue Type: Improvement Reporter: Josh Chaitin-Pollak Priority: Minor Hello, I have created a pull request on GitHub to allow the standalone war bootstrapper to use a factory to create an alternate session manager. https://github.com/apache/tomcat-maven-plugin/pull/5 I am using this with a modified version of the memcached-session-manager project to allow my standalone war project to use that session manager. I think this would be of utility to more people. Here is the MSM pull request for reference: https://github.com/magro/memcached-session-manager/pull/33 And here is an example of how you would use this patch: {code} java -Dmsm.memcachedNodes="n1:localhost:21211" -jar standalone.jar \ -sessionManagerFactory de.javakaffee.web.msm.MemcachedBackupSessionManagerFactory {code} -- This message was sent by Atlassian JIRA (v6.1.4#6159) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org