myeclispe 中 deploy project 时不能正常显示deploy location 问题的解决
在mymatadata中添加context-root="/",另外webrootdir属性也要设置正确
<?xml version="1.0" encoding="UTF-8"?>
<project-module
type="WEB"
name="service"
id="myeclipse.1176958825862"
context-root="/service"
j2ee-spec="1.4"
archive="service.war">
<attributes>
<attribute name="webrootdir" value="<prjroot>" />
</attributes>
</project-module>
<project-module
type="WEB"
name="service"
id="myeclipse.1176958825862"
context-root="/service"
j2ee-spec="1.4"
archive="service.war">
<attributes>
<attribute name="webrootdir" value="<prjroot>" />
</attributes>
</project-module>
以后转换工程的时候也可能遇到此类问题