I have recently developed a site using Tomcat 4.1.27 under Linux. The
site resides at http:// <http://%3chost%3e/%3cappName> <host>/<appName>.
When using an html link with the href set to "/index.jsp" it goes to
http:// <http://%3chost%3e/%3cappName%3e/index.jsp>
<host>/<appName>/index.jsp
When implementing this using tomcat 4.1.27 under Windows 2000 for my
client, the same link would go to the URL: http://
<http://%3chost%3e/index.jsp> <host>/index.jsp
Both server.xml files use the same context definition.
<Context path="/appName" docBase="jsp" debug="0" reloadable="true"/>
Any ideas on what would be causing this behavior and how I can remedy it
without recoding all of my links?
Thanks.
BB