The installation and use of Tomcat

Source: Internet
Author: User
Tags tomcat

The company asked me to set up an SVN server (say git is not better = =), and then the installation and use of Tomcat recorded as a video, for interns to see. Here's how I build Tomcat, but it's easier to keep a record.

Download of Tomacat
Download Address: http://tomcat.apache.org/download-60.cgi. Here I am using the version of Tomacat6.0.48.

Installation
After the download is complete, we unzip to the appropriate directory. Here I unzip it under the K-plate.

1, then go to configure the system environment variables, create a new three system variables:
Tomcat_home = your Tomacat installed folder directory, such as E:\Tomcat6
Catalina_base = your Tomacat installed folder directory, such as E:\Tomcat6
Catalina_home = your Tomacat installed folder directory, such as E:\Tomcat6

2, the following two system variables if there is, directly in the inside add, if not, you can directly create:
PATH = Tomcat's Bin directory, such as E:\Tomcat6\bin
CLASSPATH = Tomcat's lib directory, such as E:\Tomcat6\lib

3, the above steps to complete the operation, we come back to the Tomcat Bin directory, find the Startup.bat file, double-click Run , you will see this interface:

4, when the inside of the command after the execution, we can open the browser, the inside input http://localhost:8080/can see the following interface:

When the above steps are complete, our Tomcat is set up, but this way, when we close the command-line window, Tomcat stops. How do we use it in an integrated development environment? Everyone can read my blog (http://blog.csdn.net/redoq/article/details/53581255), with idea to introduce you.

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.