I know that in a default Tomcat 8 configuration I can drop a file foo.war
file into the webapps/
directory, and Tomcat will autodeploy my web app with a context path of /foo/
.
Bu what WAR filename would I use if I wanted the context path to be /foo/bar
?