deploy webapp from Eclipse to Tomcat root context

后端 未结 5 1726
后悔当初
后悔当初 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:59

    Right click on your project in Eclipse and select Properties->Web Project Settings. Change context name there.

    Alternatively you can edit it in .settings/org.eclipse.wst.common.component file inside your project

提交回复
热议问题