Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 45106 invoked from network); 8 Feb 2009 14:39:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2009 14:39:07 -0000 Received: (qmail 39682 invoked by uid 500); 8 Feb 2009 14:38:56 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 39664 invoked by uid 500); 8 Feb 2009 14:38:56 -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 39653 invoked by uid 99); 8 Feb 2009 14:38:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2009 06:38:56 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2009 14:38:45 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LWAng-0000OD-Ml for users@tomcat.apache.org; Sun, 08 Feb 2009 06:38:24 -0800 Message-ID: <21899497.post@talk.nabble.com> Date: Sun, 8 Feb 2009 06:38:24 -0800 (PST) From: Angelo Chen To: users@tomcat.apache.org Subject: RE: Problem enabling manager for virtual host In-Reply-To: <0AAE5AB84B013E45A7B61CB66943C17215B618D083@USEA-EXCH7.na.uis.unisys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: angelochen960@yahoo.com.hk References: <21899197.post@talk.nabble.com> <0AAE5AB84B013E45A7B61CB66943C17215B618D083@USEA-EXCH7.na.uis.unisys.com> X-Virus-Checked: Checked by ClamAV on apache.org Thanks, it works! Caldarale, Charles R wrote: > >> From: Angelo Chen [mailto:angelochen960@yahoo.com.hk] >> Subject: Problem enabling manager for virtual host >> >> but I can't start it by: >> http://sample.dyndns.org/manager/ > > Nor should you be able to; the correct URL would be: > http://sample.dyndns.org/manager/html > > There's is no servlet mapping in the manager's WEB-INF/web.xml for empty > extra path info. > >> here is my manager.xml: >> >> > docBase="/usr/local/apache-tomcat-6.0.16/webapps/manager/html"> >> > > Take out the path attribute; it's not allowed. Remove the /html from the > end of the docBase. > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY > MATERIAL 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 attachments from all computers. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > > -- View this message in context: http://www.nabble.com/Problem-enabling-manager-for-virtual-host-tp21899197p21899497.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org