Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 8593 invoked from network); 23 Jan 2006 15:03:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jan 2006 15:03:58 -0000 Received: (qmail 48299 invoked by uid 500); 23 Jan 2006 15:03:42 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 48187 invoked by uid 500); 23 Jan 2006 15:03:41 -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 48176 invoked by uid 99); 23 Jan 2006 15:03:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2006 07:03:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of dhall@utrs.com designates 146.145.216.229 as permitted sender) Received: from [146.145.216.229] (HELO mail1.utrs.com) (146.145.216.229) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2006 07:03:40 -0800 Received: from Darrenh7485 [146.145.216.235] by mail1.utrs.com with ESMTP (SMTPD-9.00) id A039053C; Mon, 23 Jan 2006 10:03:21 -0500 From: "Darren Hall" To: "'Tomcat Users List'" Subject: RE: (newb) Tomcat servlet mapping problem Date: Mon, 23 Jan 2006 09:58:31 -0500 Message-ID: <001d01c6202d$7cefb820$a100a8c0@utrschad> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > Not sure if your first sentence meant you found the problem, but just = to > make sure it's clear, the current Servlet Spec does require that = servlet > classes be in a package. >=20 > - Chuck Doh! That's not good. Could that be the cause of the "ClassDefNotFound" error = I'm getting? I've inherited this code, and we will be designing a new site, = and I *will* be using packages - but that doesn't change the current = situation, which is, I need to keep the existing site running while the new site is being developed. I need to find out how to get the old code deployed on tomcat 5.0 and get the servlet mappings working properly so that we no longer need to use the invoker servlet to keep the site functioning. Is there a way I can map these servlets (in the web.xml file) so that = Tomcat can see them and execute them? -----Original Message----- From: Caldarale, Charles R [mailto:Chuck.Caldarale@unisys.com]=20 Sent: Sunday, January 22, 2006 9:19 PM To: Tomcat Users List Subject: RE: (newb) Tomcat servlet mapping problem > From: Darren Hall [mailto:dhall@utrs.com]=20 > Subject: RE: (newb) Tomcat servlet mapping problem >=20 > I have. The servlets I am trying to deploy (err, map?) do not=20 > have a package associated with them. Not sure if your first sentence meant you found the problem, but just to make sure it's clear, the current Servlet Spec does require that servlet classes be in a package. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org