I\'d like to have Tomcat automatically add a trailing slash to my app\'s context if the url is entered without it.
When I test with Jetty, it automatically adds the
Have you tried playing with URL Rewrite on Tomcat? This might help: http://code.google.com/p/urlrewritefilter/
If that does not help, take a look at this: URL rewrite in tomcat web.xml