Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 50679 invoked from network); 29 Jan 2008 19:18:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jan 2008 19:18:00 -0000 Received: (qmail 46474 invoked by uid 500); 29 Jan 2008 19:17:40 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 46446 invoked by uid 500); 29 Jan 2008 19:17:40 -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 46435 invoked by uid 99); 29 Jan 2008 19:17:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 11:17:39 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jhmast.developer@gmail.com designates 72.14.246.246 as permitted sender) Received: from [72.14.246.246] (HELO ag-out-0708.google.com) (72.14.246.246) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 19:17:10 +0000 Received: by ag-out-0708.google.com with SMTP id 31so1693650aga.3 for ; Tue, 29 Jan 2008 11:17:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=KMIPPWPc0eHnmjx9EaB/IwLEkthlaz+YPEVKmPBzIBE=; b=JOn3ROhDBcFyEE3zLCPa7KQ3Lp6zPa8DtlcxTUbiTYSU5you8vMcwOOq/KEQT/D0ILrVduBs5c3Hdhvh4N/Gdww9Lvmzxy/HFoGHqAfJbOj/T8Skg0WLkXqFfAqk0MKT7/VKsk6oStm0gcEC7nrVjh9meVEF61YfTPoam51GHIA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=A2JAf/+DjMDWuA7KX/z+PLvWyAW7OPX1wssRp/rB6s+BI2dIn7NrkTc77F5QRcnTJx1ZT5q+Abycbh7heNNfdGUdSkOsy9lve0P8XaITq2MCCQb3eYuiWaS3le4eapLbvxse43p+AmGRo5WJyBzLockYXZJmJob2yzn3XhJE05s= Received: by 10.100.168.18 with SMTP id q18mr15535764ane.47.1201634236589; Tue, 29 Jan 2008 11:17:16 -0800 (PST) Received: by 10.100.153.6 with HTTP; Tue, 29 Jan 2008 11:17:16 -0800 (PST) Message-ID: Date: Tue, 29 Jan 2008 14:17:16 -0500 From: "Jonathan Mast" To: "Tomcat Users List" Subject: Re: Cannot activate Tomcat Manager In-Reply-To: <479F7B00.8030805@als.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10636_3647062.1201634236581" References: <479F6D77.8000306@pidster.com> <479F7B00.8030805@als.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_10636_3647062.1201634236581 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline THANKS! That worked! I need both the 8080 and the html subdirectory specified. Problem solved. On Jan 29, 2008 2:14 PM, Ken Bowen wrote: > FWW, on my Linux box (CentOS5), with a pure Apache Tomcat just unzipped > and used in place, > to talk to the manager, I need this url: > http://localhost:8080/manager/html > > Ken > > Pid wrote: > > Jonathan Mast wrote: > >> I'm having trouble enabling the Manager webapp on Tomcat > >> > >> I've altered the server.xml and tomcat-users.xml files appropriately > but > >> when I type in www.mysite.com/manager I get an error saying the > location > >> doesn't exist. > >> > >> On my local Windoze machine, I've gotten the Manager app to work, it > >> is on > >> the Linux servers that I seem to have the problem. > >> > >> My guess is that it has to do with Apache, which isn't running on the > >> Windows machine. Do I need to edit Apache's configuration files to > >> get the > >> Manager to work as well? > > > > Depends what ports you are running Tomcat and Apache on, if indeed you > > are running both. If I guess that you're running Apache (HTTPD) on > > port 80 and Tomcat (unaltered) on port 8080, then the manager app is > > available on: > > > > http://www.mysite.com:8080/manager > > > > If you have connecters (mod_jk, mod_proxy) set up on your Apache > > HTTPD, then you need to ensure that the appropriate (JkMount, > > ProxyPass) mappings are in place for each of the URLs you want Tomcat > > to process. > > > > Can you elaborate on how whether you have both servers installed, and > > on which ports they are running? > > > > p > > > > > > > >> thanks, > >> jhmast > >> > > > > > > --------------------------------------------------------------------- > > To start a new topic, e-mail: users@tomcat.apache.org > > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > > For additional commands, e-mail: users-help@tomcat.apache.org > > > > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > ------=_Part_10636_3647062.1201634236581--