Deploying my application at the root in Tomcat

后端 未结 10 2006
说谎
说谎 2020-11-22 06:25

I have the war file of my application. I need to deploy this at the root level. The current URL is http://localhost:8080/war_name/application_name.

10条回答
  •  生来不讨喜
    2020-11-22 07:02

    Adding on to @Rob Hruska's sol, this setting in server.xml inside section works:

     
    

    Note: override="true" might be required in some cases.

提交回复
热议问题