Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 57329 invoked from network); 15 Nov 2003 02:43:59 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Nov 2003 02:43:59 -0000 Received: (qmail 927 invoked by uid 500); 15 Nov 2003 02:43:35 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 848 invoked by uid 500); 15 Nov 2003 02:43:34 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 828 invoked from network); 15 Nov 2003 02:43:34 -0000 Received: from unknown (HELO hogshead.codehaus.org) (66.216.68.111) by daedalus.apache.org with SMTP; 15 Nov 2003 02:43:34 -0000 Received: from hogshead.codehaus.org (hogshead.codehaus.org [66.216.68.111]) by hogshead.codehaus.org (8.11.6/8.11.6) with ESMTP id hAF2jC014228 for ; Fri, 14 Nov 2003 20:45:17 -0600 Message-ID: <5965430.1068864312176.JavaMail.orion@hogshead.codehaus.org> Date: Fri, 14 Nov 2003 20:45:12 -0600 (CST) From: jira@codehaus.org To: geronimo-dev@incubator.apache.org Subject: [jira] Created: (GERONIMO-114) [PATCH] correct path to geronimo-web-console in jsp pages Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 @@ Geronimo Management Console -- Frequently Asked Questions - + 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 @@ Geronimo Management Console - + @@ -21,7 +21,7 @@ -(help) +(help) @@ -30,4 +30,4 @@ - \ No newline at end of file + 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 @@

Managed Resources

- \ No newline at end of file + 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 @@ Geronimo Management Console - + --------------------------------------------------------------------- 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