Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 77BB610271 for ; Fri, 18 Oct 2013 16:17:28 +0000 (UTC) Received: (qmail 58642 invoked by uid 500); 18 Oct 2013 16:17:23 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 58597 invoked by uid 500); 18 Oct 2013 16:17:23 -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 58584 invoked by uid 99); 18 Oct 2013 16:17:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Oct 2013 16:17:22 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Chuck.Caldarale@unisys.com designates 216.82.251.13 as permitted sender) Received: from [216.82.251.13] (HELO mail1.bemta12.messagelabs.com) (216.82.251.13) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Oct 2013 16:17:13 +0000 Received: from [216.82.249.131:53488] by server-13.bemta-12.messagelabs.com id 6D/DA-07967-2FE51625; Fri, 18 Oct 2013 16:16:50 +0000 X-Env-Sender: Chuck.Caldarale@unisys.com X-Msg-Ref: server-9.tower-28.messagelabs.com!1382113007!25998464!9 X-Originating-IP: [192.61.61.104] X-StarScan-Received: X-StarScan-Version: 6.9.12; banners=-,-,- X-VirusChecked: Checked Received: (qmail 724 invoked from network); 18 Oct 2013 16:16:50 -0000 Received: from unknown (HELO USEA-NAEDGE1.unisys.com) (192.61.61.104) by server-9.tower-28.messagelabs.com with RC4-SHA encrypted SMTP; 18 Oct 2013 16:16:50 -0000 Received: from usea-nahubcas1.na.uis.unisys.com (129.224.76.114) by USEA-NAEDGE1.unisys.com (192.61.61.104) with Microsoft SMTP Server (TLS) id 8.3.298.1; Fri, 18 Oct 2013 11:16:48 -0500 Received: from USEA-EXCH8.na.uis.unisys.com ([129.224.76.41]) by usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) with mapi; Fri, 18 Oct 2013 11:16:48 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Fri, 18 Oct 2013 11:16:46 -0500 Subject: RE: can't connect to manager application Thread-Topic: can't connect to manager application Thread-Index: Ac7MG9ENWTJgxD2vQ6aeuYS01vl5QAAASC6w Message-ID: <99C8B2929B39C24493377AC7A121E21FC5C06A5B9E@USEA-EXCH8.na.uis.unisys.com> References: <5260142A.1030509@aspix.it> <52604BD7.5090200@gmail.com> <5260C86C.10609@aspix.it> <5260D895.3040001@gmail.com> <526132C2.9080009@aspix.it> <5261485E.8090005@ice-sa.com> <52615C03.8000100@aspix.it> In-Reply-To: <52615C03.8000100@aspix.it> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org > From: Edoardo Panfili [mailto:edoardo@aspix.it]=20 > Subject: Re: can't connect to manager application > seem that the solution is to add privileged=3D"true" at=20 > $tomcat/conf/context.xml... and the "reoload" command now works. You really, really, really must not do that. Adding privileged=3D"true" to= conf/context.xml makes _all_ deployed webapps privileged. The e= lement for the manager webapp already has privileged=3D"true" in it - unles= s you took it out. Note that if you're using a 3rd-party repackaged version of Tomcat, all bet= s are off. The repackagers frequently make a mess of things, such as the a= bove. Best to use a Tomcat downloaded from tomcat.apache.org. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL and is thus for use only by the intended recipient. If you received = this in error, please contact the sender and delete the e-mail and its atta= chments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org