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.
http://localhost:8080/war_name/application_name
Adding on to @Rob Hruska's sol, this setting in server.xml inside section works:
Note: override="true" might be required in some cases.