首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

Undefined exploded archive location ECLIPSE 没法部署

2012-12-27 
Undefined exploded archive location ECLIPSE 无法部署解决方法: 1.在工程目录下的.mymetadata文件中可能

Undefined exploded archive location ECLIPSE 无法部署
解决方法:
1.在工程目录下的.mymetadata文件中可能webrootdir被改无效了(把下面内容拷到你的.mymetadate文件中的相应位置上);或者有可能少了这context-root这个属性;添加上这个属性即可,内容如下:
context-root="/上面的name属性值"
2.关掉Eclipse,再启动Eclipse,接着发布工程,发布成功!

.mymetadata文件

<?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>

1 楼 wenzhe1397 2010-12-21   good ,试了下可以
本身导入的工程包是在eclipse3.5环境下
而本地环境是mysclipse6.0
所以.mymetadate文件中没有
context-root这个属性

热点排行