From user-return-7169-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Fri Aug 03 21:57:31 2007 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 85523 invoked from network); 3 Aug 2007 21:57:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Aug 2007 21:57:30 -0000 Received: (qmail 5034 invoked by uid 500); 3 Aug 2007 21:57:14 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 5013 invoked by uid 500); 3 Aug 2007 21:57:13 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 5001 invoked by uid 99); 3 Aug 2007 21:57: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:57:13 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paulmcmahan@gmail.com designates 66.249.82.233 as permitted sender) Received: from [66.249.82.233] (HELO wx-out-0506.google.com) (66.249.82.233) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2007 21:57:09 +0000 Received: by wx-out-0506.google.com with SMTP id i27so722530wxd for ; Fri, 03 Aug 2007 14:56:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=ReLB1zFxujg4pesdmF+Su+x/vRbsLHGCs4EWPEeU4DJQXWe44nRv5+uffqPZPN4qvnNDXG/WOGbv5e03OafF5z7EIqOn3XCeuipsNeW67I2Gy853dAARfjdecyT8QH4xPF/O6aYIJs/ofanRVmKql6sf0mfidZqb0/Q5AzVuQsA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=Pu3jr1bEbclkBZ6xHEjuYH0por88Q9WGxPcQumn/j7BKs64yPGzhuHA0EqjXKbwi6NgRu0NQErvuH3CjAAi8AXWSErj0LWRFKpI6e5Qhbl3Jp7JTZkY7vrsxhLAp9BDh2bBXbGIkmxK5kaFIF6jKKxnVCis1LhffjwEtN7IdFw8= Received: by 10.90.115.9 with SMTP id n9mr3619229agc.1186178208467; Fri, 03 Aug 2007 14:56:48 -0700 (PDT) Received: from ?9.27.40.150? ( [129.33.49.251]) by mx.google.com with ESMTPS id 39sm2196901wrl.2007.08.03.14.56.47 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 03 Aug 2007 14:56:47 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <681024b40708030941s4d7bddc8v8aae3207ec11461a@mail.gmail.com> References: <681024b40708030941s4d7bddc8v8aae3207ec11461a@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <8D7BDDE4-4900-47AE-B271-544232F0437E@gmail.com> Content-Transfer-Encoding: 7bit From: Paul McMahan Subject: Re: Need pointers re how to configure maxActiveSessions for Tomcat in Geronimo Date: Fri, 3 Aug 2007 17:56:50 -0400 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org I don't think this is possible in Geronimo 1.1.1, at least not without reconfiguring and redeploying the Tomcat gbeans. But I just committed a fix for GERONIMO-3376 to the 2.0.1 branch that should allow you to specify the maxActiveSessions setting in your geronimo-web.xml as follows: TomcatManager org.apache.catalina.session.StandardManager maxActiveSessions=10 Best wishes, Paul On Aug 3, 2007, at 12:41 PM, Geronimo User wrote: > Hi: > > We are using Geronimo 1.1.1 with Tomcat, not Jetty. > > For testing I would like to configure the maxActiveSessions property > of a Manager that you can set in Tomcat's server.xml in stand-alone > deployment. > > I can't figure out how to do that with the .xml files that normally > configure Geronimo. > > Can anyone point me at reference documentation for this? > > Thanks.