When I run my app locally in Jetty, I can change the context path to my heart's desire and my URLs are modified accordingly. When I deploy the same app to a standard Tomcat install, the generated URLs are missing the context path.
Is there some simple piece of configuration I could be missing that would do this? Why would Spring be unable to get the context path from Tomcat?
