Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 91073 invoked from network); 3 Nov 2001 08:48:44 -0000 Received: from unknown (HELO osaka.betaversion.org) (192.18.49.133) by daedalus.apache.org with SMTP; 3 Nov 2001 08:48:44 -0000 Received: (qmail 13478 invoked from network); 3 Nov 2001 08:51:08 -0000 Received: from nagoya.betaversion.org (192.18.49.131) by osaka.betaversion.org with SMTP; 3 Nov 2001 08:51:08 -0000 Received: (qmail 20279 invoked by uid 97); 3 Nov 2001 08:48:25 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 20223 invoked by uid 97); 3 Nov 2001 08:48:24 -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 20212 invoked from network); 3 Nov 2001 08:48:24 -0000 Date: 3 Nov 2001 08:40:32 -0000 Message-ID: <20011103084032.22753.qmail@sidereal.kz> From: "Dr. Evil" To: tomcat-user@jakarta.apache.org Subject: servlet-mappings X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I'm trying to do some fancy stuff with servlet mappings. This mechanism leaves a lot to be desired; specificly, it would be amazingly useful to be able to do a getRequestDispatcher in some way that bypasses the servlet mappings in the web.xml file. Alternatively it would be extremely useful to be able to call the jsp servlet from within another servlet, but this doesn't seem to be possible. rd = request.getRequestDispatcher("jsp") never seems to work. Anyway, here's the question: I know there are prefix mappings, such as /foo/bar/, and extension mappings such as *.foo, but it doesn't seem like it's possible to do mappings like /foo/bar/*.baz. This mapping seems to never hit. Is there a way to do that? Thanks -- To unsubscribe: For additional commands: Troubles with the list: