Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 61882 invoked from network); 25 Jun 2003 16:46:05 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 25 Jun 2003 16:46:05 -0000 Received: (qmail 20891 invoked by uid 97); 25 Jun 2003 16:48:29 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 20884 invoked from network); 25 Jun 2003 16:48:29 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 25 Jun 2003 16:48:29 -0000 Received: (qmail 60322 invoked by uid 500); 25 Jun 2003 16:45:47 -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 60234 invoked from network); 25 Jun 2003 16:45:46 -0000 Received: from hosting-132-150.phpwebhosting.com (HELO flow.phpwebhosting.com) (64.72.132.150) by daedalus.apache.org with SMTP; 25 Jun 2003 16:45:46 -0000 Received: (qmail 13615 invoked by uid 508); 25 Jun 2003 16:45:46 -0000 Received: from unknown (HELO 192.168.0.169) (203.15.140.99) by hosting-132-150.phpwebhosting.com with SMTP; 25 Jun 2003 16:45:46 -0000 From: Jason Bainbridge Organization: jblinux.org To: "Tomcat Users List" Subject: Re: Tomcat 4.1.24/Win2K - Servlet not found. Date: Thu, 26 Jun 2003 00:45:20 +0800 User-Agent: KMail/1.5.9 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200306260045.20302.jason@jblinux.org> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Thu, 26 Jun 2003 00:37, Rohit Bapat wrote: > > > Testing > ****???*** > > > ****???*** > ****???*** > > /me wishes books and tutorials wouldn't assume the servlet invoker was enabled... Testing TestingServlet Testing Testing http://localhost:8080/Testing Although you might still get problems as your class should be in a package eg. WEB-INF/ /classes /com /mydomain /myapp TestingServlet.class and you would have a package com.mydomain.myapp; statement within your TestingServlet.java file then modify the web.xml to: Testing com.mydomain.myapp.TestingServlet Testing Testing Regards, -- Jason Bainbridge http://jblinux.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org