From users-return-209297-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Thu Mar 04 07:01:08 2010 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 28139 invoked from network); 4 Mar 2010 07:01:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Mar 2010 07:01:08 -0000 Received: (qmail 52094 invoked by uid 500); 4 Mar 2010 07:00:55 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 51975 invoked by uid 500); 4 Mar 2010 07:00:55 -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 51966 invoked by uid 99); 4 Mar 2010 07:00:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Mar 2010 07:00:54 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aw@ice-sa.com designates 212.85.38.228 as permitted sender) Received: from [212.85.38.228] (HELO tor.combios.es) (212.85.38.228) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Mar 2010 07:00:45 +0000 Received: from localhost (localhost [127.0.0.1]) by tor.combios.es (Postfix) with ESMTP id 4DD8B226113 for ; Thu, 4 Mar 2010 08:00:24 +0100 (CET) Received: from tor.combios.es ([127.0.0.1]) by localhost (tor.combios.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fRazlZfhzkD2 for ; Thu, 4 Mar 2010 08:00:24 +0100 (CET) Received: from [10.173.73.99] (unknown [89.204.137.99]) by tor.combios.es (Postfix) with ESMTPA id 892932260FC for ; Thu, 4 Mar 2010 08:00:21 +0100 (CET) Message-ID: <4B8F5A7B.6060905@ice-sa.com> Date: Thu, 04 Mar 2010 08:00:11 +0100 From: =?UTF-8?B?QW5kcsOpIFdhcm5pZXI=?= Reply-To: Tomcat Users List User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: check number of http connection in tomcat References: <27764524.post@talk.nabble.com> <99C8B2929B39C24493377AC7A121E21F96CB817D02@USEA-EXCH8.na.uis.unisys.com> <630294ec1003022259r30595606wd19631d1a11c047a@mail.gmail.com> <27765631.post@talk.nabble.com> <4B8E30A8.8010405@ice-sa.com> <99C8B2929B39C24493377AC7A121E21F96CB875138@USEA-EXCH8.na.uis.unisys.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Bill Barker wrote: > > > "Caldarale, Charles R" wrote in message > news:99C8B2929B39C24493377AC7A121E21F96CB875138@USEA-EXCH8.na.uis.unisys.com... > >>> From: André Warnier [mailto:aw@ice-sa.com] >>> Subject: Re: check number of http connection in tomcat >>> >>> 1) the correct link is probably : http://XXXx:8080/manager >> >> That will get you a 404 (at least on non-stone-age Tomcats). The >> actual manager URL is: >> http://XXXx:8080/manager/html >> > > It's nice to see that 3.3.2 is still so popular. I've gotten two > questions about it in one week :). > > Actually, the OP had the correct URL for TC 3.3.2. It's called admin > there, but works more like the manager for TC 4.0+. Since it is from > the stone-age, it has considerably less functionality. > > To answer the OP, the instructions are in the index.html file under the > /webapps/admin directory. The short answer is that if you haven't > changed the conf/apps-admin.xml (yes, TC 3.3 was the first one to have > context configuration files), then you need to edit the > conf/users/admin-users.xml to enable a user for the admin app. The file > posted by the OP is in the wrong format (it is for TC 4.0+). > > Of course, one of the things that the TC 3.3 admin app lacks is the > ability to show the number of connections, so this will likely be of > little use to the OP ;). It mostly lets you start and stop webapps. > Since it shares connectors with later Tomcat versions, this information > is available via JMX however. > I told you, we need guys over 50 to answer questions about Tomcat 3.3.2. Maybe there's hope for us after all. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org