deploy webapp from Eclipse to Tomcat root context

后端 未结 5 1732
后悔当初
后悔当初 2020-12-02 15:20

I deploy a .war application from Eclipse by adding the \"Dynamic Web Module\" facet, then right-clicking on the project and selecting \"Run As -> Run on Server\".

Th

5条回答
  •  醉酒成梦
    2020-12-02 15:55

    Right click the application > Properties > Web Project setings and set the Context root to ROOT (or to empty - I haven't tried it, so try both and let me know which one worked)

提交回复
热议问题