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 80D309F8A for ; Thu, 3 May 2012 19:59:16 +0000 (UTC) Received: (qmail 46511 invoked by uid 500); 3 May 2012 19:59:11 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 46401 invoked by uid 500); 3 May 2012 19:59:11 -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 46175 invoked by uid 99); 3 May 2012 19:59:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2012 19:59:11 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [76.96.59.211] (HELO QMTA11.westchester.pa.mail.comcast.net) (76.96.59.211) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2012 19:59:03 +0000 Received: from omta19.westchester.pa.mail.comcast.net ([76.96.62.98]) by QMTA11.westchester.pa.mail.comcast.net with comcast id 5Vna1j00227AodY5BXyd4J; Thu, 03 May 2012 19:58:37 +0000 Received: from Christophers-MacBook-Pro.local ([69.143.109.145]) by omta19.westchester.pa.mail.comcast.net with comcast id 5Xyj1j00C38FjT13fXyjEa; Thu, 03 May 2012 19:58:43 +0000 Message-ID: <4FA2E371.9030905@christopherschultz.net> Date: Thu, 03 May 2012 15:58:41 -0400 From: Christopher Schultz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: manager 404 References: In-Reply-To: X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jon, On 5/3/12 3:22 PM, Jon Drukman wrote: > I set up a brand new Amazon Linux box (basically CentOS with some > Amazon enhancements). I installed tomcat6 and > tomcat6-admin-webapps from yum. You may hear some grumbling on the list about package-managed versions of Tomcat. You will certainly get a lot of questions that you might not know the answers to, so you'll have to do some digging. > Going to http://server:8080/manager results in a 404 error page > > type Status report message /manager/ description The requested > resource (/manager/) is not available. Presumably, that message comes from Tomcat itself. Can you confirm that? > There is a manager and host-manager directory in > /usr/share/tomcat6/webapps. Those directories have files like > META-INF and WEB-INF in them. That's where the stuff lives, but it still needs to be deployed. > I was able to install the sample app from the tomcat site and that > works fine, but nothing else does. Where did you install the "sample app"? Did you just drop it into /usr/share/tomcat6/webapps and it auto-deployed? Do you know what your CATALINA_BASE is? If not, try running "jinfo [pid]" where "[pid]" is the process-id of the JVM running Tomcat: it will dump-out all the system properties. You're looking for "catalina.base". (It wouldn't hurt to know what catalina.home is, too). - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk+i43EACgkQ9CaO5/Lv0PDJ6ACgq2aByr/qQF8Js1W/nxhGXAZM e4QAn3a8CBqS8kcrQAfb/clMbfB7dsyQ =dxNo -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org