Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=GERONIMO-114 Here is an overview of the issue: --------------------------------------------------------------------- Key: GERONIMO-114 Summary: [PATCH] correct path to geronimo-web-console in jsp pages Type: Bug Status: Unassigned Priority: Trivial Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: Apache Geronimo Assignee: Reporter: Garrett Rooney Created: Fri, 14 Nov 2003 8:44 PM Updated: Fri, 14 Nov 2003 8:44 PM Description: While playing around with Geronimo I noticed that several of the links on the web console were broken due to it's recent move from /console to /geronimo-web-console. This patch corrects the issue. Index: modules/console-web/src/webapp/faq.jsp =================================================================== RCS file: /home/cvspublic/incubator-geronimo/modules/console-web/src/webapp/faq.jsp,v retrieving revision 1.2 diff -d -u -r1.2 faq.jsp --- modules/console-web/src/webapp/faq.jsp 22 Oct 2003 18:06:24 -0000 1.2 +++ modules/console-web/src/webapp/faq.jsp 15 Nov 2003 02:21:30 -0000 @@ -4,7 +4,7 @@ <html> <head> <title>Geronimo Management Console -- Frequently Asked Questions</title> - <link rel="stylesheet" href="/console/style.css"/> + <link rel="stylesheet" href="/geronimo-web-console/style.css"/> </head> <body> Index: modules/console-web/src/webapp/index.jsp =================================================================== RCS file: /home/cvspublic/incubator-geronimo/modules/console-web/src/webapp/index.jsp,v retrieving revision 1.2 diff -d -u -r1.2 index.jsp --- modules/console-web/src/webapp/index.jsp 22 Oct 2003 18:06:24 -0000 1.2 +++ modules/console-web/src/webapp/index.jsp 15 Nov 2003 02:21:30 -0000 @@ -4,7 +4,7 @@ <html> <head> <title>Geronimo Management Console</title> - <link rel="stylesheet" href="/console/style.css"/> + <link rel="stylesheet" href="/geronimo-web-console/style.css"/> </head> <body> @@ -21,7 +21,7 @@ <input class="textInput" type="text" size="30" name="ObjectNameFilter" value="<jmx:MBeanServerContextValue type='ObjectNameFilter'/>"/> <input class="submit" type="submit" tabindex="1" value="Filter Output"/> <jmx:ClearFilter/> -(<a href="/console/faq.jsp#objectName"/>help</a>) +(<a href="/geronimo-web-console/faq.jsp#objectName"/>help</a>) </form> <jmx:MBeanServerContents/> @@ -30,4 +30,4 @@ </jmx:MBeanServerContext> </body> -</html> \ No newline at end of file +</html> Index: modules/console-web/src/webapp/leftNavigation.jsp =================================================================== RCS file: /home/cvspublic/incubator-geronimo/modules/console-web/src/webapp/leftNavigation.jsp,v retrieving revision 1.2 diff -d -u -r1.2 leftNavigation.jsp --- modules/console-web/src/webapp/leftNavigation.jsp 22 Oct 2003 18:06:24 -0000 1.2 +++ modules/console-web/src/webapp/leftNavigation.jsp 15 Nov 2003 02:21:30 -0000 @@ -4,7 +4,7 @@ <div class="leftNav"> <h2>Managed Resources</h2> <div class="links"> - <a href="/console/index.jsp">MBean Stack</a> + <a href="/geronimo-web-console/index.jsp">MBean Stack</a> <br/>Relationships <br/>Dependencies <br/>Deployments @@ -21,10 +21,10 @@ <h2> Help </h2> <div class="links"> Managing Geronimo - <br/><a href="/console/faq.jsp">JMX-Console FAQ</a> + <br/><a href="/geronimo-web-console/faq.jsp">JMX-Console FAQ</a> <br/>Contact us </div> </div> </div> -</div> \ No newline at end of file +</div> Index: modules/console-web/src/webapp/mbeanInfo.jsp =================================================================== RCS file: /home/cvspublic/incubator-geronimo/modules/console-web/src/webapp/mbeanInfo.jsp,v retrieving revision 1.2 diff -d -u -r1.2 mbeanInfo.jsp --- modules/console-web/src/webapp/mbeanInfo.jsp 22 Oct 2003 18:06:24 -0000 1.2 +++ modules/console-web/src/webapp/mbeanInfo.jsp 15 Nov 2003 02:21:30 -0000 @@ -4,7 +4,7 @@ <html> <head> <title>Geronimo Management Console</title> - <link rel="stylesheet" href="/console/style.css"/> + <link rel="stylesheet" href="/geronimo-web-console/style.css"/> </head> <body> --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
