Tomcat is not deploying my web project from Eclipse

后端 未结 17 1955
被撕碎了的回忆
被撕碎了的回忆 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条回答
  •  Happy的楠姐
    2021-02-02 09:45

    The only way I found which works for me is adding an entry into the "Web Deployment Assembly"

    Project webapp > Properties > Deployment Assembly
    Add ...
    Source : "/target/classes"
    Deploy Path : "WEB-INF/classes"

提交回复
热议问题