How can I add my application to Tomcat in Eclipse?

前端 未结 11 1501
迷失自我
迷失自我 2020-12-24 00:32

I have a web app built with Maven. Most of the time, I built the application using Intellij IDEA, but now I want to import the application in Eclipse to see something in th

11条回答
  •  孤城傲影
    2020-12-24 01:34

    1. Check whether Maven Integration for Eclipse WTP is installed. If not, install it from Eclipse Marketplace
    2. After installation restart Eclipse
    3. Right click your project and Maven--> update project configuration
    4. Delete tomcat and re create tomcat (clean tomcat,add your project,publish and enjoy)

提交回复
热议问题