adc         2003/12/06 20:02:34

  Modified:    modules/console-web/src/webapp faq.jsp index.jsp
                        leftNavigation.jsp mbeanInfo.jsp
  Log:
  Some path fixes for the web console from Garrett Rooney.
  
  Revision  Changes    Path
  1.3       +1 -1      incubator-geronimo/modules/console-web/src/webapp/faq.jsp
  
  Index: faq.jsp
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/modules/console-web/src/webapp/faq.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- faq.jsp   22 Oct 2003 18:06:24 -0000      1.2
  +++ faq.jsp   7 Dec 2003 04:02:34 -0000       1.3
  @@ -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>
  
  
  
  1.3       +3 -3      
incubator-geronimo/modules/console-web/src/webapp/index.jsp
  
  Index: index.jsp
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/modules/console-web/src/webapp/index.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.jsp 22 Oct 2003 18:06:24 -0000      1.2
  +++ index.jsp 7 Dec 2003 04:02:34 -0000       1.3
  @@ -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>
  
  
  
  1.3       +3 -3      
incubator-geronimo/modules/console-web/src/webapp/leftNavigation.jsp
  
  Index: leftNavigation.jsp
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/modules/console-web/src/webapp/leftNavigation.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- leftNavigation.jsp        22 Oct 2003 18:06:24 -0000      1.2
  +++ leftNavigation.jsp        7 Dec 2003 04:02:34 -0000       1.3
  @@ -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>
  
  
  
  1.3       +1 -1      
incubator-geronimo/modules/console-web/src/webapp/mbeanInfo.jsp
  
  Index: mbeanInfo.jsp
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/modules/console-web/src/webapp/mbeanInfo.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mbeanInfo.jsp     22 Oct 2003 18:06:24 -0000      1.2
  +++ mbeanInfo.jsp     7 Dec 2003 04:02:34 -0000       1.3
  @@ -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>
  
  
  

Reply via email to