Jim Preston wrote:
> Jason's example shows adding an alias for "*.html" that maps
> to the file handler and then a Deblink servlet (an example
> servlet that just looks for "<blink>" tags and removes them).
> It doesn't look to me like there is any reason that you can't
> add a "/foo/*.jsp" and a "/bar/*.jsp" where one maps to the
> standard JSP handler and the other maps to that plus a
> servlet of your choice.

The trick I'm not sure of is how to get an alias to map to my servlet *plus*
the standard JSP handler.  I know that some servlet engines allow servlets
to be chained together, which might do the trick.  Or, my servlet could call
the servlet engine's standard JSP handler (as long as that is a servlet).
Anyone think that would work?

--
Stephen A. Williams
HNC Telecommunications Solutions

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to