createContextToken in AbstractCatalinaStandaloneLocalConfiguration prepends "/" to any contextpath. This should not happen for the default web application according to http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
I attached a small patch. Not sure if this is the right way and/or place to fix this, but it works for me