Windows Tomcat Installation

Source: Internet
Author: User

The JDK installation can refer to http://www.cnblogs.com/emanlee/p/3702535.html and then install Apache-tomcat

step1:http://tomcat.apache.org/download-70.cgi Download apache-tomcat-7.0.12

Step2: Unzip the file, this is the green version, no need to install. Like under the H:\software\.

Step3: System variables, such as "My Computer", "Properties", "Advanced", "Environment variables"

"New", variable name catalina_base, variable value H:\software\apache-tomcat-7.0.53-windows-x64 (the address extracted in Step2)

"New", variable name catalina_home, variable value H:\software\apache-tomcat-7.0.53-windows-x64 (the address extracted in Step2)

"New", variable name tomcat_home, variable value H:\software\apache-tomcat-7.0.53-windows-x64 (the address extracted in Step2)

Edit the new variable classpath in the JDK installation, add%catalina_home%\lib\servlet-api.ja R later, and separate the middle with a semicolon

Edit the new variable path in the JDK installation, add%tomcat_home%\bin later, and separate the middle with a semicolon

Step4: Start tomcat, click Bin\startup.bat; If unable to start, switch to cmd command line to start Startup.bat

H:\software\apache-tomcat-7.0.53-windows-x64\bin>startup.bat

STEP5: Enter http://localhost:8080 in the browser

See if the Welcome page appears, indicating that the installation was successful.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.