Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 92925 invoked from network); 14 May 2003 02:18:00 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 14 May 2003 02:18:00 -0000 Received: (qmail 28886 invoked by uid 97); 14 May 2003 02:20:12 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 28879 invoked from network); 14 May 2003 02:20:12 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 14 May 2003 02:20:12 -0000 Received: (qmail 91502 invoked by uid 500); 14 May 2003 02:17:43 -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 91491 invoked from network); 14 May 2003 02:17:43 -0000 Received: from blanch.math.uwaterloo.ca (129.97.204.29) by daedalus.apache.org with SMTP; 14 May 2003 02:17:43 -0000 Received: from matt (cr247555-a.cpe.net.cable.rogers.com [24.157.240.191]) by blanch.math.uwaterloo.ca (8.9.3p2/8.9.3) with ESMTP id WAA29590 for ; Tue, 13 May 2003 22:17:46 -0400 From: "Matt Goyer" To: Subject: Can't install servlets? Date: Tue, 13 May 2003 22:17:12 -0400 Message-ID: <003a01c319be$f4925fe0$6601a8c0@matt> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Have I gone crazy? I'm using Tomcat 4.1.24 and can't install any servlets (though the default examples work). Here is my HelloWorld test that doesn't work: Web.xml: HelloWorld com.transpose.erecs.servlets.HelloWorld