how does apache pickup tomcat servlet mapping

2001-03-26 Thread Abayomi Ayodele
Please help, I'v got a servlet url mapping that apache is not redirecting to tomcat. My web.xml looks like this ?xml version="1.0" encoding="ISO-8859-1"? !DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd"

Re: how does apache pickup tomcat servlet mapping

2001-03-26 Thread Milt Epstein
On Mon, 26 Mar 2001, Abayomi Ayodele wrote: Please help, I'v got a servlet url mapping that apache is not redirecting to tomcat. My web.xml looks like this [ ... ] I will expect a request like http://host/app_context/promosite.app to be mapped to PromoServlet but I get a error 404 The

Re: how does apache pickup tomcat servlet mapping

2001-03-26 Thread baumans pascal
I think you should try the '*' char before what you want to redirect : url-pattern*promosite.app/url-pattern From: Abayomi Ayodele [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: how does apache pickup tomcat servlet mapping Date: Mon, 26 Mar 2001 17:22:27 +0100