Tomcat7 installation and configuration under Windows environment

Disclaimer: This article is a blogger original article, shall not be reproduced without the bloggers allowed. https://blog.csdn.net/zhangyong01245/article/details/75194956

This article is only for bloggers learning record, and share any similarity is purely coincidental, thank you!

 

Start Tomcat installation and configuration (relatively simple):

    Important: be sure to install the JDK

     1, first need to install Java Tomcat running JVM, you need to perform the installation of java 

     

   2, the official website to download Tomcat path: http://tomcat.apache.org/download-70.cgi to download a zip file

            

 

3, to extract the specified path, note that the path is best not to have special characters or character string,

     Extraction path: G: \ tomcat \ apache-tomcat-7.0.79

 

4, configure the environment variables:

     a, right-click My Computer - properties --- Advanced System Settings - Environment Variables 

     b, new user variable:

               CATALINA_HOME     G:\tomcat\apache-tomcat-7.0.79

         

 

    c, the system variables modified    Path added to G: \ tomcat \ apache-tomcat -7.0.79

Note that there is no semicolon in front of the words needed separated by semicolons.

d, OK OK ---

 

5, the path found in the Tomcat bin startup.bat double-click, or flash back showing installation configuration failed

 

6, open the browser, enter the address: http: // localhost: 8080 / following page Congratulations on your Tomcat installation was successful

 

 

 

Guess you like

Origin blog.csdn.net/zhangyong01245/article/details/75194956
Recommended