I have a spring project that works beautifully when it's located at the web root - i.e. http://myserver/index.html but it breaks terribly when it's not - i.e. http://myserver/spring-project/index.html
Is there a way to configure spring to live in a subdirectory? Going through docs has been entirely unhelpful.