背景

维护一个JSP+Servlet的老项目,myeclipse6.5导入后出现Undefined exploded archive location。

Build Path

myeclipse Undefined exploded archive location

myeclipse Undefined exploded archive location

部署

发现deploy不了,Finish是灰色的,切换一下Deploy type提示Undefined exploded archive location。
myeclipse Undefined exploded archive location
项目Build后手动复制WebRoot到Tomcat下面的webapp下面,启动后可以正常访问。问题出在Myeclipse上。

解决方案

网上查了下后发现是.mymetadata文件缺少context-root配置
context-root="/项目名"
myeclipse Undefined exploded archive location
改完后重启Myeclipse即可。
参考:
https://blog.csdn.net/hufengfeng/article/details/84908820

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-15
  • 2021-04-16
  • 2021-10-28
  • 2021-11-27
  • 2021-08-06
  • 2021-07-29
猜你喜欢
  • 2022-12-23
  • 2022-01-02
  • 2021-11-22
  • 2021-08-12
  • 2021-11-04
  • 2021-10-01
相关资源
相似解决方案