Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 26059 invoked from network); 25 Feb 2004 17:29:11 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Feb 2004 17:29:11 -0000 Received: (qmail 60779 invoked by uid 500); 25 Feb 2004 17:28:38 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 60740 invoked by uid 500); 25 Feb 2004 17:28:38 -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 60688 invoked from network); 25 Feb 2004 17:28:38 -0000 Received: from unknown (HELO green.cs.yorku.ca) (130.63.92.20) by daedalus.apache.org with SMTP; 25 Feb 2004 17:28:38 -0000 Received: from [130.63.86.107] (hop.cs.yorku.ca) by green.cs.yorku.ca id 18274; Wed, 25 Feb 2004 12:28:41 Date: Wed, 25 Feb 2004 12:28:41 -0500 (EST) From: Jason Keltz To: tomcat-user@jakarta.apache.org Subject: servlet mapping problem In-Reply-To: <15534523725509.75517qmailV03.96@jakarta.apache.org> Message-ID: References: <15534523725509.75517qmailV03.96@jakarta.apache.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi. I am very troubled over a servlet mapping problem, and I am hoping that someone can make a suggestion. I have added a context in conf/Catalina/localhost/test.xml as follows: In "/cs/home/jas/webapps/test", I have a directory "test" with a "WEB-INF" directory containing: 1) a "classes" directory containing HelloWorldExample.class 2) a "web.xml" file containing: Servlet Example Servlet Example HelloWorldExample HelloWorldExample HelloWorldExample /servlet/HelloWorldExample ------ If I try to go to: http://localhost:8080/mywebapps/servlet/HelloWorldExample I get that the requested resource is not available. Please help. Thanks, Jason. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org