DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42130>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42130 Summary: Corrections to manager app's manager.xml and broken links. Product: Tomcat 6 Version: 6.0.10 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I noticed that the directory structure within Tomcat has changed after upgrading from 5.5.12 to 6.0.10, but some of the configuration files and HTML Documents of 6.0.10 are still referring to the directory structure in 5.5.12. So far I've identified these files that need to reflect the new directory structure: 1) ...\apache-tomcat-6.0.10\webapps\manager\manager.xml has docBase="${catalina.home}/server/webapps/manager" should change to docBase="${catalina.home}/webapps/manager" 2) In the manager app: http://localhost:8080/manager/html, the "HTML Manager Help" link is currently pointing to a broken link: http://localhost:8080/manager/html-manager-howto.html I think the correct link is: http://localhost:8080/docs/html-manager-howto.html 3) Similarly the "Manager Help" link is also pointing to a broken link: http://localhost:8080/manager/manager-howto.html should be changed to: http://localhost:8080/docs/manager-howto.html 4) I couldn't find an HTML link to Host Manager which is supposed to point to: http://localhost:8080/host-manager/html . I think there should be a link somewhere, otherwise users tend to click on the /host-manager in the list of applications and get either a 404 error or directory listing. 5) In the Host Manager application at http://localhost:8080/host-manager/html , there's a broken link http://localhost:8080/host-manager/host-manager-howto.html I couldn't find a corresponding link in the webapps/docs app. 6) ...\apache-tomcat-6.0.10\webapps\host-manager\host-manager.xml , docBase="${catalina.home}/server/webapps/host-manager" should change to docBase="${catalina.home}/webapps/host-manager" 7) ...\apache-tomcat-6.0.10\webapps\host-manager\manager.xml , docBase="${catalina.home}/server/webapps/manager" should change to docBase="${catalina.home}/webapps/manager" I've only checked the above locations, there could be more files in 6.x that are still referring to the 5.x directory structure. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]