Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 10213 invoked from network); 1 Feb 2010 00:05:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2010 00:05:18 -0000 Received: (qmail 82361 invoked by uid 500); 1 Feb 2010 00:05:14 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 82301 invoked by uid 500); 1 Feb 2010 00:05:14 -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 82290 invoked by uid 99); 1 Feb 2010 00:05:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 00:05:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of knst.kolinko@gmail.com designates 209.85.220.209 as permitted sender) Received: from [209.85.220.209] (HELO mail-fx0-f209.google.com) (209.85.220.209) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 00:05:07 +0000 Received: by fxm1 with SMTP id 1so824326fxm.24 for ; Sun, 31 Jan 2010 16:04:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=6f18lOpX2jHFd8EHbjxXeYceEFQ40hnxv9W0NOx4KVk=; b=Ao3qHAY5D7L6mlwi97DHYlKkkZq/CzGbUlqpmXTb/Gkrm7NSwgHXGll16wGsLbhr/p EUEKk7eLsoQnIjahRPgVJ5L+IADIJZfvZKOTcMLjpZGVSje6G9FaGGI7bINuxwe6uYbq ORcYF1Qxhr0SDldKgdezhDr4pVbVMH0OdiY8k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=JmXjh3bfmPrHPfnyhpQxhHPAGCRWvJjSKExg3u2kTrwXfNJxuDdskCArhkyk2Kft4v vAMKUV/+7Z4ldxEbKniKdN4gqaeDqzAa435A8jd8eBLUbGTTUs+35tl1qxh/s9DMiKVy JMh5Dw3i2hub/P7Z9v+AeOYZoUSYnj5rZ7J08= MIME-Version: 1.0 Received: by 10.103.48.38 with SMTP id a38mr2388358muk.37.1264982375805; Sun, 31 Jan 2010 15:59:35 -0800 (PST) In-Reply-To: <27397698.post@talk.nabble.com> References: <27397388.post@talk.nabble.com> <4B660B51.9020508@cornell.edu> <27397698.post@talk.nabble.com> Date: Mon, 1 Feb 2010 02:59:35 +0300 Message-ID: <427155181001311559y517e8161i2244797639c077ad@mail.gmail.com> Subject: Re: can't call my servlet on Tomcat 6 (Error 404) From: Konstantin Kolinko To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 2010/2/1 hbral : > > tomcat: 6.0.24 > os: debian linux 2.6.12.6-xenU > jvm: 1.6.0_12-b04 > > log files contain nothing use full other than that i successfully deployed > the war file > What URL are you calling by your browser? If your war was named "mywar.war" then you should call http://localhost:8080/mywar/myservlet Also, http://wiki.apache.org/tomcat/HowTo#How_do_I_make_my_web_application_be_the_Tomcat_default_application_.3F Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org