I know that in the default configuration of Tomcat 8, I can drop the foo.war
file into the webapps/
directory, and Tomcat will automatically launch my web application using the context path /foo/
.
Boo, what would the WAR file name be if I wanted the context path to be /foo/bar
?
source share