helloopensource

 

tomcat

Page history last edited by paulocaroli@... 2 yrs ago
 

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:

  1. Go to the Apache Tomcat Download Web Site: http://tomcat.apache.org/download-55.cgi
  2. Download apache-tomcat-5.5.23.zip
    1. look for Binary Distribution / Core / zip
  3. Unzip apache-tomcat-5.5.23.zip

     

  4. Extract to C:\Program Files\
     
  5. Tomcat have been installed at C:\Program Files\apache-tomcat-5.5.23

     

  6. Start Tomcat
    1. Double click on C:\Program Files\apache-tomcat-5.5.23\bin\startup.bat

       

  7. Tomcat – console window
     
  8.  
  9.  
  10. Execute Hello World Tag Example (http://localhost:8080/jsp-examples/jsp2/simpletag/hello.jsp)
     
  11. StopTomcat
    1. Double click on C:\Program Files\apache-tomcat-5.5.23\bin\shutdown.bat
       
  12. Tomcat Server stopped and the console window is closed
     

 

Comments (0)

You don't have permission to comment on this page.