the following code:
should get you to the root of the server:
http://localhost:8080/index.jsp
HF page 136, relative paths:
if the path starts with the forward slash / then the container builds the complete URL relative to the web container itself
if you do NOT provide the forward slash / then the container builds the URL relative to the original request URL
the spec does not say anything about the forward slash!!!
maybe you do not use the forward slash
enjoy!