Apache Tomcat Download For Windows 7

I have installed downloaded and extracted apache-tomcat- 5.0.28 in windows 7 Operating system. and then I followed below given instruction.

  1. Apache Tomcat Download For Windows 7 64
  2. Apache Tomcat 7 Zip Download
  3. Apache Tomcat Download For Windows 7 Windows 7
  4. Apache Tomcat Download For Windows 7 1
  5. Apache Tomcat Download For Windows 7 8

Apache Tomcat Download For Windows 7 64

Tomcat 7 installation on windows 7. Ask Question 1. I installed a tomcat 7 on windows 7. To do so: I unzipped tha archive I got from the official website in the program files folder. Go to oracle website, download jdk 6 or 7. Apache Tomcat 8 configuration in windows 7. Tomcat 8 not running on ubuntu.

TomcatWindows
  1. Jump to References - 'Apache Tomcat 7 (7.0.47) - Additional Components'. 'Apache Tomcat® - Apache Tomcat 8 Software Downloads'.
  2. Step Click on Tomcat 7.0 from the left sidebar to locate the download version of Apache Tomcat 7.0. 7.0 is the latest release of Apache Tomcat that is found reliable and stable. The most convenient installation package is 32-bit/64-bit Windows Service Installer.
  1. Now Right click on my computer icon, Select properties->Advanced->Environment Variables.
  2. Click on new Button in System Variable frame (highlighted in above figure). Clicking on new button open dialog box to add new System variables.
  3. Now type CATALINA_HOME in variable name and C:ProgramFilesjakarta-tomcat-5.0.28 in variable value and then click ok.
  4. Again click on new Button in System Variable frame
  5. Now type JAVA_HOME in variable name and C:Program FilesJavajdk1.5.0_21 in variable value and then click ok.
  6. Now select path variable from System Variable frameclick on edit Button in System Variable frame now add ; C:Program Filesapache-tomcat-5.0.28lib; and then click ok.
  7. Now open Dos prompt by clicking start->run->cmdtype SET CLASSPATH= C:Program Filesjakarta-tomcat-5.0.28libservlet-api.jartype cd C:Program Filesjakarta-tomcat-5.0.28bintype startup (to start tomcat server) and when you need to shutdown server type shutdown

Apache Tomcat 7 Zip Download

After completing all above step when I type startup in dos prompt I got tons of errors and could not start apache tomcat.Can any one suggest any solution?

The EasyLearn AcademyThe EasyLearn Academy

Apache Tomcat Download For Windows 7 Windows 7

1 Answer

Apache Tomcat Download For Windows 7 1

Go through cmd line its easier. cd to the apache-tomcat-5.0.28bin then type the commands set JAVA_HOME=c:Program FilesJavajdk1.5.0_21 then hit enter then typeset JRE_home=c:Program FilesJava(JRE you have) your jre will be a file probably next to your Jdk uses its name where the () are. then hit enter typestartup then hit enter again and it should work.

Kingston12Kingston12

Apache Tomcat Download For Windows 7 8

Not the answer you're looking for? Browse other questions tagged javaapachetomcatservletswindows-7 or ask your own question.