部署网站用的,当把网站部署到tomcat服务器上时,如果没有这个文件,用myeclipse部署是不能部署到关联的tomcat服务器的。(记住一定要重启一下myeclipse啊)
.mymetadata中的文件格式如下:
<project-module
type="WEB"
name="static"
id="myeclipse.1303259531547"
context-root="/admin"
j2ee-spec="5.0"
archive="admin.war">
<attributes>
<attribute name="webrootdir" value="WebRoot" />
</attributes>
</project-module>