I am using Geronimo version 2.2.1 with Tomcat 6. I am deploying a war to the root context. I set context-root to "/" in the geronimo-web.xml file. This is working for the most part but now the links and resources in my pages have a double backslash in them.
Examples: http://mydomain//index.html I want it to be http://mydomain/index.html Any ideas how i can accomplish this? Thanks
