How Eclipse uses Tomcat

Source: Internet
Author: User

1. When we deployed the project to Tomcat using eclipse, we found that the WebApps directory under Tomcat did not have a project we had created, but when the server was launched through Eclipse, the project actually had access to it.

2. In fact, when using Tomcat, Eclipse did not deploy the project to the Tomcat directory, but instead created a tomcat image in its workspace, and the eclipse-initiated Tomcat was the mirror of his own configuration.

The directory where the eclipse image resides:

Your working space directory \.metadata\.plugins\org.eclipse.wst.server.core\tmp0

In this directory, we will find a directory structure that is almost identical to the Tomcat installation directory.

  

Here in eclipse, the Tomcat image configuration file is also standalone, and the project we created is deployed to the Wtpwebapps directory, and the benefit is that Tomcat in Eclipse and our native tomcat can remain independent from each other.

How Eclipse uses Tomcat

Related Article

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.