Unable to “Run on Server” a webapp from Eclipse

后端 未结 15 1748
悲哀的现实
悲哀的现实 2021-01-30 11:20

When running my WebApp project from Eclipse most of times it run correctly. But if by mistake to stop server, I kill it in \"Console\" view on instead of \"Stop\" Server from \"

15条回答
  •  耶瑟儿~
    2021-01-30 12:08

    I have the exact same problem and exact exception, but I solved the problem just by specify package type of POM to war like "war" and right click the project and select 'Maven > Update Project Configuration', then re-deploy that web module to tomcat server, that's it!

提交回复
热议问题