I am using tomcat 8.0.0 for running my Spring MVC java, I expected that my localhost to be http://localhost:8080
but it convert automatically to:
http://localhost:8080/SalmonController_war_exploded/
I tried to change my tomcat configuration URL to http://localhost:8080/ but its running with ..._war_exploded/
Artifacts problem or ...