Jari Worsley wrote:
> see below
>
> Cor Ruiten wrote:
>
> > <snip>
> > getServletContext().getRequestDispatcher("/somepage.html").forward(request,
>
> <snip>
>
> Isn't this only for people running on Servlet Api 2.1? The 2.0API doesn't have the
> Request Dispatcher class.
> You may say why not upgrade, well, if you're using JServ and Apache together, then
> JServ only supports the 2.0 api.
>
> Any other suggestions for servlet engines to run with Apache?
>
You can now use the Tomcat servlet engine from the Jakarta
project (http://jakarta.apache.org) as a replacement for Apache JServ (using the same
connection protocol to Apache so you don't need to recompile the web server). This
gives you Servlet 2.2 and JSP 1.1 support.
There is a HOWTO document available in the CVS source tree that describes how to set
this up, and assistance is available on the general mailing list at Jakarta.
>
> Thanks
>
> Jari
>
Craig McClanahan
===========================================================================
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