Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC70810336 for ; Thu, 6 Feb 2014 15:43:30 +0000 (UTC) Received: (qmail 3885 invoked by uid 500); 6 Feb 2014 15:43:16 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 3780 invoked by uid 500); 6 Feb 2014 15:43:13 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 3700 invoked by uid 99); 6 Feb 2014 15:43:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Feb 2014 15:43:06 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.86.89.69] (HELO elasmtp-mealy.atl.sa.earthlink.net) (209.86.89.69) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Feb 2014 15:43:00 +0000 Received: from [209.179.82.144] (helo=[192.168.2.52]) by elasmtp-mealy.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1WBR66-00044B-SX for users@tomcat.apache.org; Thu, 06 Feb 2014 10:42:38 -0500 Message-ID: <1391701364.14295.1328.camel@blackberry> Subject: Re: Http Status 404 From: Tim Watts To: Tomcat Users List Date: Thu, 06 Feb 2014 10:42:44 -0500 In-Reply-To: References: Organization: Clifton Farm Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-ELNK-Trace: 3a5701426d89357f74bf435c0eb9d47811cd19549f23d6550ccdf0a9212ea9e61decfc976a7c5cbe350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 209.179.82.144 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, 2014-02-06 at 10:32 -0500, Neven Cvetkovic wrote: > On Feb 6, 2014 4:21 PM, "Shivam Mishra" wrote: > > > > My tomcat and its example application is running but I got an error with > my > > own application .My port number is 8080 .I compile my servlet programme in > > jdk 7 .and my web.xml file is below > > > > > PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" > > "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd"> > > > > > > > > MyServlet > > TestServlet > > > > > > > > MyServlet > > /TestServlet > > > > > > My servlet class name is TestServlet > > > > > > Ok, great. > > Now tell us about directory structure of your application, what files, > where did you put the servlet class file, etc. > > Also what do logs say once you deploy your app? And just as importantly: What URL are you using to access your app? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org