Eclipse deploys the Web project to local tomcat, but __tomcat is not found in WebApps

Source: Internet
Author: User
Tags tomcat server

Eclipse Deployment Web project to local tomcat but not found in WebApps

First, the discovery of problems

Create a new dynamic Web project in Eclipse, configure local tomcat and write code to select Run on Server, but after running, the WebApps found under the Tomcat installation directory does not appear with the project name created.

Second, verify

Obviously, the project was not automatically deployed to Tomcat's WebApps but was deployed in other containers. Enter http://localhost:8080/webDemo/login.jsp in the built-in browser to open normally. But when you open http://localhost:8080 on an external browser, you do not have the desired kitten screen.

Third, the reason

Eclipse does not deploy the project to the WebApps in the Tomcat installation directory by default, and is deployed to the working directory by default, as MyEclipse

In the. Metadata.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps, the Tmp1 folder contains information about the item.

Iv. modification

In order for the project to be deployed by default to the WebApps in the Tomcat installation directory, show view->servers-> find the tomcat-> right-click ① Stop the Tomcat server within Eclipse (stop) ② Delete the items deployed in the container (add and remove) ③ clear the container-related data (clean) ④ Open the Tomcat Modification Interface (open)

⑤ Find servers location, select second (User tomcat installation) ⑥ modify deploy path for Webapps⑦ save shutdown

It is important to note that the ①②③ must operate, otherwise the following steps will be dimmed and cannot be manipulated.

Reprint: http://www.cnblogs.com/Yogurshine/archive/2013/06/05/3118525.html

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.