Tomcat is not deploying my web project from Eclipse

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

    I have the same problem, my solution is:

    • Install WTP Maven integration (don't know if this is necessary)
    • Project -> Run Configurations (Select your tomcat server) -> Run

    For a few hours I tried to deploy and start application using Servers window but it didn't worked. My war was not placed in wptwebapps folder, manually deplying war to webapps worked.

    Using Run Configurations made my app finally deployable...

提交回复
热议问题