The workaround for deploying the project "Undefined exploded archive location" error in Eclipse.

Source: Internet
Author: User

The error message is: Undefined exploded archive location reason: In the engineering transfer process, causing the project configuration file error; Workaround:
1. In the project directory, the. mymetadata file may be webrootdir invalid (copy the following to your. mymetadate file in the appropriate location), or there may be less context-root this attribute; Add this property, The contents are as follows:
Context-root= "/above the Name property value"
2. Turn off eclipse, start Eclipse, and release the project, publish successfully!

. mymetadata File
<?xml version= "1.0" encoding= "UTF-8"?>
<project-module
Type= "WEB"
Name= "MyWeb"
Id= "myeclipse.1202968712015"
context-root= "/myweb"j2ee-spec= "1.4"
Archive= "Personnel.war" >
<attributes>
<attribute name= "Webrootdir" value= "WebRoot"/>
</attributes>
</project-module>
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.