Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 417 invoked from network); 12 May 2000 20:35:31 -0000 Received: from unknown (HELO mail.biomec.com) (192.217.192.53) by locus.apache.org with SMTP; 12 May 2000 20:35:31 -0000 Received: from 192.168.100.27 (IDENT:arun@[192.168.100.27]) by mail.biomec.com (8.9.3/8.9.3) with SMTP id QAA02633 for ; Fri, 12 May 2000 16:35:07 -0400 From: Arun Sivashankaran Reply-To: arun@biomec.com Organization: BIOMEC To: tomcat-user@jakarta.apache.org Subject: stupid beginner question Date: Fri, 12 May 2000 16:21:01 -0400 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00051216360201.00947@192.168.100.27> Content-Transfer-Encoding: 8bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi- I've added a servlet via ant to tomcat, and I've added the following line to server.xml: The web application is in $TOMCAT_HOME/webapps/adder, and everyhting seems to have built correctly. However, when I stop and start TOMCAT, I get this error: XmlMapper: Can't find method setDescription in Wrapper(addservlet null) CLASS class org.apache.tomcat.core.ServletWrapper XmlMapper: Debug level: 2 XmlMapper: Set locator : com.sun.xml.parser.Parser$DocLocator@ebf01f20 No matter what, I am getting 404 errors whatever i try to get tomcat to recognize my servlet. Does anyone know why this is happening? Thanks in advance. Arun