Tomcat is not deploying my web project from Eclipse

后端 未结 17 1759
被撕碎了的回忆
被撕碎了的回忆 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 10:00

    Same problem, not sure why it occurred only after upgrading from Spring v3.2.x to v4.2.x.

    Solved it by doing the following:

    1. Clear all eclipse files [.classpath, .project, .settings/].
    2. Perform >mvn eclipse:eclipse
    3. Perform eclipse>project>properties>deployment assembly add [referenced projects, additional classpaths].

    Publish and Start the module in Tomcat tab, it now starts properly.

提交回复
热议问题