"Robuschi (Delfi)" wrote:
>
> To run JSP on Apache, you must use Tomcat because only Tomcat can run JSP
> pages.

It's not true as there are many other servlet engines (Resin, Enhydra,
Orion, Jetty, Jigsaw, etc.).

> JServ is a only Servlet Engine (so JSP doesn't work).

Actually, Tomcat is *only* servlet engine too, but the difference is
which specification(s) they support. In Tomcat's case it's Servlet 2.2
and JSP 1.1 (there is also beta version of Tomcat 4.0 with Servlet 2.3
and JSP 1.2). On the other hand, JServ provides *only* Servlets 2.0, so
let's forget about it.

> Robuschi Roberto -------------------- Delfi srl

Jacek Laskowski

===========================================================================
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