Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 84216 invoked from network); 16 Jun 2003 18:54:30 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 16 Jun 2003 18:54:30 -0000 Received: (qmail 15734 invoked by uid 97); 16 Jun 2003 18:56:53 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 15727 invoked from network); 16 Jun 2003 18:56:52 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 16 Jun 2003 18:56:52 -0000 Received: (qmail 82788 invoked by uid 500); 16 Jun 2003 18:54:13 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 82760 invoked from network); 16 Jun 2003 18:54:12 -0000 Received: from elephant.ru.ac.za (146.231.128.21) by daedalus.apache.org with SMTP; 16 Jun 2003 18:54:12 -0000 Received: from leet.dsl.ru.ac.za ([146.231.113.83] helo=leet) by elephant.ru.ac.za with smtp (Exim 4.20) id 19Rz7Q-00035e-3V for tomcat-user@jakarta.apache.org; Mon, 16 Jun 2003 20:54:16 +0200 Message-ID: <00e901c33438$af56f370$5371e792@dsl.ru.ac.za> From: "Dominic Parry" To: "Tomcat Users List" References: <00d201c33438$85e6e360$5371e792@dsl.ru.ac.za> Subject: Re: Can't get to /admin dir of our webapp Date: Mon, 16 Jun 2003 20:54:16 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00E6_01C33449.72D08130" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Score: -5.7 (-----) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *19Rz7Q-00035e-3V*0PoS2iSDvx2* X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_00E6_01C33449.72D08130 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable And then Restart Tomcat :) ----- Original Message -----=20 From: Dominic Parry=20 To: Tomcat Users List=20 Sent: Monday, June 16, 2003 8:53 PM Subject: Re: Can't get to /admin dir of our webapp Hi There,=20 You need to make sure that Tomcat does not Deploy the Admin App. You = can do this by removing the Deployment descriptor admin.xml from the = webapps folder, also move/rename the admin folder in the = TOMCAT_HOME\server\webapps folder. Check in server.xml that you have = removed the /admin context entry that points to tomcat's admin app. Good luck! -Dom ----- Original Message -----=20 From: Zabel, Ian=20 To: 'Tomcat Users List'=20 Sent: Monday, June 16, 2003 8:47 PM Subject: Can't get to /admin dir of our webapp Hello All, We have deployed our webapp to the / context (""), and we're trying = to access the admin directory (/admin) but Tomcat wants to server up = it's little admin webapp. How can I get tomcat to server our /admin = directory from out / webapp? Thanks, Ian. ------=_NextPart_000_00E6_01C33449.72D08130--