newbie quesiotn: What do I need to run JSP

What do I need to run JSP. Is there any extension for running JSP with Apache.I could not find much documentation on set up of JSP except at J2EE tutrial.
[176 byte] By [priyanka12] at [2007-9-26 2:34:22]
# 1

download Jakarta-Tomcat (www.apache.org) and install it. It comes with some sample JSPs and Servlets, so you can see how the setup works. The documentation is pretty helpful too. It's all you need to get started with development - you don't need to hook it up with Apache unless you really want to (not trivial).

artntek at 2007-6-29 9:58:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...