On 07/07/2010 17:21, André Warnier wrote: > As far as I know, I am not making any changes to the logic of the > manager application by doing this. All I am doing is making the > HTMLManager servlet be the default servlet. > So when a user requests any URL starting with "/manager" and not > specifically matching any of the specific other manager servlets, they > will get the HTML manager's starting page. > Is that bad ?
Ahh. Light finally dawns. You added the mapping rather than replaced the existing one. My bad. Sorry. That is going to break all the static resources. So that looks like: - images - xml format for the status output Not complete breakage as I originally thought but enough that we wouldn't want to do it. Konstantin's idea of an index.jsp that redirects looks like the best solution and I can't see any reason not to back-port it either. Enough folks don't appear to read the docs and seem to expect something on /manager that would make this worth doing. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org