Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 85769 invoked from network); 3 Aug 2007 21:58:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Aug 2007 21:58:16 -0000 Received: (qmail 7664 invoked by uid 500); 3 Aug 2007 21:58:13 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 7627 invoked by uid 500); 3 Aug 2007 21:58:13 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 7616 invoked by uid 99); 3 Aug 2007 21:58:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2007 14:58:13 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2007 21:58:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CD2FA7141ED for ; Fri, 3 Aug 2007 14:57:52 -0700 (PDT) Message-ID: <8151173.1186178272814.JavaMail.jira@brutus> Date: Fri, 3 Aug 2007 14:57:52 -0700 (PDT) From: "Paul McMahan (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-3376) can't customize tomcat's session manager behavior per web context In-Reply-To: <10928786.1186177252829.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-3376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul McMahan closed GERONIMO-3376. ---------------------------------- Resolution: Fixed > can't customize tomcat's session manager behavior per web context > ----------------------------------------------------------------- > > Key: GERONIMO-3376 > URL: https://issues.apache.org/jira/browse/GERONIMO-3376 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: Tomcat > Affects Versions: 1.1.1, 2.0 > Reporter: Paul McMahan > Assignee: Paul McMahan > Fix For: 2.0.x, 2.1 > > > Tomcat allows session management behavior to be customized per web app context, and geronimo should support this settting in the geronimo-web.xml deployment descriptor. > However, when you add this to your gbean: > TomcatManager > > org.apache.catalina.session.StandardManager > > maxActiveSessions=10 > > > You get an error from cglib when it tries to create the proxy since the ManagerGBean does not provide a noarg constructor. Adding the noarg constructor to the gbean fixes this problem and allows session management behavior to be customized per web app context. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.