[ http://issues.apache.org/jira/browse/GERONIMO-1448?page=comments#action_12362395 ]
Jeff Genender commented on GERONIMO-1448: ----------------------------------------- I am certain isn't a Tomcat issue, its the application itself. Look at the base URl of a link...ntice it says: http://localhost:8080/index.vm?ObjectNameFilter=*%3A*&MBeanName=geronimo.config%3Aname%3D%22geronimo%2Factivemq-broker%2F1.0-SNAPSHOT%2Fcar%22 The context is not getting appended on to it. Insert /debug-tool/ after the 8080 and everything works fine. It seems to be an invalid URL of some sort...I'll bet its a misuse of a relative path. I think this bug needs to be classified under another (maybe jmxdebug?) component since its not Tomcat. > debug-tool does not work on Tomcat > ---------------------------------- > > Key: GERONIMO-1448 > URL: http://issues.apache.org/jira/browse/GERONIMO-1448 > Project: Geronimo > Type: Bug > Components: Tomcat > Versions: 1.0 > Environment: Geronimo-1.0 > Reporter: Kevan Miller > Fix For: 1.0.1 > > The debug console doesn't work when running Tomcat. The base page loads > successfully. However, when you click on a GBean, you get a 404: > HTTP Status 404 - /index.vm > type Status report > message /index.vm > description The requested resource (/index.vm) is not available. > Apache Tomcat/5.5.9 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
