Need a little help in running jsp pages(Tomcat server).

Hi,

I have installed
following software on my linux machine.

Is there anything else required to run jsp pages on linux machine?
Please Help

Here are some details that might be helpful.

# lsb_release -a
LSB Version:    :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
Distributor ID: EnterpriseEnterpriseServer
Description:    Enterprise Linux Enterprise Linux Server release 5.2 (Carthage)
Release:        5.2
Codename:       Carthage
# echo $JAVA_HOME
/usr/java/jdk1.6.0_20/
# echo $JRE_HOME
/usr/java/jre1.6.0_20/
# java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)
# javac -version
javac 1.6.0_20
# /install/apache-tomcat-5.5.29/bin/startup.sh   Using CATALINA_BASE:   /install/apache-tomcat-5.5.29
Using CATALINA_HOME:   /install/apache-tomcat-5.5.29
Using CATALINA_TMPDIR: /install/apache-tomcat-5.5.29/temp
Using JRE_HOME:        /usr/java/jre1.6.0_20/
Using CLASSPATH:       /install/apache-tomcat-5.5.29/bin/bootstrap.jar

No. You are set.

What should i do next?

Read tomcat documentation.
Access http://your.server:8080/