I am using Geronimo version 2.2.1. I am trying to deploy a war
-file with its context-root set to /
in geronimo-web.xml
.
Now every time I navigate my application all the urls are rewritten with double forward slashes.
Examples:
http://mydomain:8080//login.jsp
http://mydomain:8080//home.html
How can I change the configuration so that only a single slash appears. I have found similar questions but none of them seem to have answers.