> -----Original Message-----
> From: Phillip Mangwiro [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 07, 2002 11:46 AM
> To: [EMAIL PROTECTED]
> Subject: Requirements for using JSPs
>
>
> What's the bare essentials I need to use JSPs?

You need a JDK installation, hopefully the latest.

You need a web container.  A convenient one to get would be Tomcat,
hopefully the latest released version, which is 4.1.12.  You can get this
from <http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/>.

Those are all the basic tools you need.  After you start the server, you can
run the default page "http://localhost:8080";, and you can see and run the
JSP examples.

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

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to