tomcat by default take name of war file as context root . So we can rename our war file or we can have context.xml inside /WEB-INF
inside pom.xml
<finalName>warName</finalName>