myeclipse 几个重要的文件

MyEclipse目录下几个比较重要的文件:.mymetadata、.classpath

一、.mymetadata这个文件中配置着你要发布的项目名称:context-root="/MMB_WAP",使用的j2EE的版本j2ee-spec="5.0",项目压缩文件名:archive="MMBWAP.war" 还有web的根目录: <attributes>
<attribute name="webrootdir" value="/web" />
</attributes>

其中大家老遇到的java.lang.IllegalArgumentException: Document base C:\tool\apache-tomcat-6.0.16\webapps\project does not exist or is not a readable 都可以通过修改这个文件得到解决。

二、.classpath中保存的是项目运行时需要的jar包。

如果有Visual Studio 使用经验的话,就可以发现这些东西和vs中的AspMVC.sln很像

你可能感兴趣的:(apache,tomcat,Web,MyEclipse,WAP)