Hi Matthew -- at java.sun.com/j2ee there is a good example of an entire site
going through a single entry point (main.jsp). It's called the pet store
demo.

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Matthew Baird
> Sent: Thursday, February 24, 2000 3:01 PM
> To: [EMAIL PROTECTED]
> Subject: handlers
>
>
> Hi,
>
> I'm wondering if this is at all possible: I want my servlet/jsp engine to
> handle *all* requests made to the server. The reason is, I want to do
> different things with the http 1.1 headers.
>
> Anyway, I'm using Apache 1.3.11 and JRun. I also tried this with
> servletexec.
>
> I thought it would be as easy as aliasing/mapping a directory to
> a servlet.
>
> For example: anything in the /test directory would be handled by
> com.blah.blah.thisservlet
>
> If anyone could help, that would be great!
>
> regards,
> Matthew
>
> ==================================================================
> =========
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to