Hello Tomcat
This Tutorial will show you how to install Tomcat Web Server, run Tomcat server and execute an example application.
Main Learning's
After following this tutorial you will learn how to:
-
Download and install Tomcat
-
Start and Stop Tomcat Server
-
Run a sample application on Tomcat server
Versions used:
-
OS: Windows XP V1.6
-
JRE version 1.5.0_12
-
Apache Tomcat v 5.5.23
Tutorial Steps:
-
-
Download apache-tomcat-5.5.23.zip
- look for Binary Distribution / Core / zip
-
Unzip apache-tomcat-5.5.23.zip
-
Extract to C:\Program Files\
-
Tomcat have been installed at C:\Program Files\apache-tomcat-5.5.23
-
Start Tomcat
-
Double click on C:\Program Files\apache-tomcat-5.5.23\bin\startup.bat
-
Tomcat – console window
-
-
-
Execute Hello World Tag Example (http://localhost:8080/jsp-examples/jsp2/simpletag/hello.jsp)
-
StopTomcat
-
Double click on C:\Program Files\apache-tomcat-5.5.23\bin\shutdown.bat
-
Tomcat Server stopped and the console window is closed
Comments (0)
You don't have permission to comment on this page.