I'm not too happy with the application running on the Tomcat ROOT context. This makes it difficult to configure Apache to ProxyPass to Hyperic.
I also found that if I just move the context from ROOT to something else, there are jsps in the app that hardcode resources. For instance, there are many jsps, like common/Header.jsp that don't rewrite URLs:
<a href="/Dashboard.do"><fmt:message key="header.dashboard"/></a>
I also found that if I just move the context from ROOT to something else, there are jsps in the app that hardcode resources. For instance, there are many jsps, like common/Header.jsp that don't rewrite URLs:
<a href="/Dashboard.do"><fmt:message key="header.dashboard"/></a>