Tomcat is not deploying my web project from Eclipse

后端 未结 17 1761
被撕碎了的回忆
被撕碎了的回忆 2021-02-02 09:01

I\'m developing web application. Everything was working fine till yesterday.

Something happened yesterday (no idea what exactly) and Eclipse is not deploying my applicat

17条回答
  •  佛祖请我去吃肉
    2021-02-02 09:41

    look into org.eclipse.wst.common.component file in your web project in eclipse.

    < wb-module deploy-name="PROJECT_NAME">

    check the PROJECT_NAME. It might got messed up. Similarly look into .project file.

    Hope this helps!!

提交回复
热议问题