由于跟JBuilder开发的人员合用一个版本控制工具...他们在版本控制中的web目录是defaultroot,所以我只好将MyEclipse的WebRoot   改掉...
.mymetadata   文件改为:
<?xml   version= "1.0 "   encoding= "UTF-8 "?>
<project-module
    type= "WEB "
    name= "DRM "
    id= "myeclipse.1179981412453 "
    context-root= "/DRM "
    j2ee-spec= "1.4 "
    archive= "DRM.war ">
    <attributes>
        <attribute   name= "webrootdir "   value= "defaultroot "   />
    </attributes>
</project-module>

 

同时要修改src的发布地址

相关文章:

  • 2022-01-21
  • 2021-12-24
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-03
  • 2021-10-16
  • 2021-10-01
  • 2021-11-14
  • 2021-10-07
  • 2021-11-01
相关资源
相似解决方案