Posted By:
Christopher_Schultz
Posted On:
Monday, July 30, 2001 01:03 PM
Go to
jakarta.apache.org and download Tomcat 3.2.3 for free. If you have Java installed (you can get
that for free from
java.sun.com.
Tomcat installation is as simple as:
cd /usr/local
tar xf jakatra-tomcat-3.2.3.tar.gz
export PATH=$PATH:/usr/local/java/bin
jakarta-tomcat-3.2.3/bin/startup.sh
.
You should read Tomcat's documentation for more information, but that little bit can get you started writing JSPs.
-chris