Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 24110 invoked from network); 19 Sep 2002 13:12:28 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 19 Sep 2002 13:12:28 -0000 Received: (qmail 10198 invoked by uid 97); 19 Sep 2002 13:12:46 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 10151 invoked by uid 97); 19 Sep 2002 13:12:45 -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 10116 invoked by uid 98); 19 Sep 2002 13:12:43 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <000f01c25fde$757add80$280a0a0a@lojas24horas.com.br> From: "Lindomar" To: "Tomcat Users List" References: <20020919125010.73297.qmail@web10805.mail.yahoo.com> Subject: web.xml Date: Thu, 19 Sep 2002 10:13:56 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Sender-IP: 200.164.229.194 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi everyone! I have a problem with mapping to my servlets. I have this structure in tomcat 4.1 myapp |_WEB-INF |_classes |_subdir1 |_subdir2 |_ myServlet.class I want to mapping this servlet this way: http://localhost:8080/myapp/oneid I placed this code in web.xml on my app. *** ... myservlet subdir1.subdir2.myServlet myservlet /oneid .. *** What's wrong or missing? Thanks in advanced. -- To unsubscribe, e-mail: For additional commands, e-mail: