I have a project bird with following components in pom.xml
com.myorg
bird&l
You can follow the below step to modify the .war file name if you are using maven project.
Open pom.xml file of your maven project and go to the tag ,
In that give your desired name between this tag :
.
ex. :
After deploying this .war you will be able to access url with:
http://localhost:8080/krutik/
If you want to access the url with slash '/' then you will have to specify then name as below:
e.x. :
After deploying this .war you will be able to access url with:
http://localhost:8080/krutik/maheta