Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 51232 invoked from network); 16 Sep 2008 08:56:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Sep 2008 08:56:21 -0000 Received: (qmail 74590 invoked by uid 500); 16 Sep 2008 08:56:05 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 74561 invoked by uid 500); 16 Sep 2008 08:56:05 -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 74550 invoked by uid 99); 16 Sep 2008 08:56:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 01:56:05 -0700 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: local policy) Received: from [88.198.36.7] (HELO mail2.ddt-consult.de) (88.198.36.7) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 08:55:05 +0000 Received: from localhost (localhost [127.0.0.1]) by mail2.ddt-consult.de (Postfix) with ESMTP id D9D1E400242 for ; Tue, 16 Sep 2008 10:55:35 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail Received: from mail2.ddt-consult.de ([127.0.0.1]) by localhost (mail2.ddt-consult.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id NxP5nGxVM-8g for ; Tue, 16 Sep 2008 10:55:34 +0200 (CEST) Received: from [192.168.42.106] (p4FD36594.dip.t-dialin.net [79.211.101.148]) (Authenticated sender: mks@list-post.mks-mail.de) by mail2.ddt-consult.de (Postfix) with ESMTPSA id 364AF400221 for ; Tue, 16 Sep 2008 10:55:34 +0200 (CEST) Message-ID: <48CF7485.6060902@list-post.mks-mail.de> Date: Tue, 16 Sep 2008 10:55:33 +0200 From: =?UTF-8?B?TWFya3VzIFNjaMO2bmhhYmVy?= Reply-To: users@tomcat.apache.org User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.16) Gecko/20080724 Thunderbird/2.0.0.16 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: users@tomcat.apache.org Subject: Re: tomcat servlet problem References: <48CF68E1.60303@sbscomp.com> In-Reply-To: <48CF68E1.60303@sbscomp.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Douglas Phillips: > The JSP files can be accessed fine. When I attempt to post to > /servlet/loginController, I get a 404 error back from tomcat. [...] > > loginController > /loginController Your servlet is mapped to /loginController, not /servlet/loginController. > The web app was working fine under the previous hosting environment. Maybe the invoker servlet was activated there (a bad idea). Regards mks --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org