I prefer to use "##" symbols for noting version of *.war files in the tomcat.
For example: myapp.war -> URL: http://localhost:8080/myapp/MyServlet myapp##1.1.0 -> URL: http://localhost:8080/myapp/MyServlet (still the same, because all symbols after "##" are ignoring by tomcat)