Author: markt
Date: Wed Apr 16 00:21:34 2008
New Revision: 648575

URL: http://svn.apache.org/viewvc?rev=648575&view=rev
Log:
Fix broken links of ROOT is renamed.

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt
    tomcat/tc6.0.x/trunk/webapps/ROOT/index.html
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=648575&r1=648574&r2=648575&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Apr 16 00:21:34 2008
@@ -137,11 +137,6 @@
   +1: markt, remm
   -1:
 
-* Fix some links in ROOT app is renamed. Minor clean-up.
-  http://svn.apache.org/viewvc?rev=648017&view=rev
-  +1: markt, remm, pero
-  -1:
-
 * Align different Realm docs
   http://svn.apache.org/viewvc?rev=648161&view=rev
   +1: markt, remm, pero

Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/ROOT/index.html?rev=648575&r1=648574&r2=648575&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/ROOT/index.html (original)
+++ tomcat/tc6.0.x/trunk/webapps/ROOT/index.html Wed Apr 16 00:21:34 2008
@@ -114,9 +114,8 @@
                 </tr>
                 <tr>
                  <td class="menu">
-                   <a href="manager/status">Status</a><br/>
-                    <!--<a href="admin">Tomcat&nbsp;Administration</a><br/>-->
-                    <a href="manager/html">Tomcat&nbsp;Manager</a><br/>
+                   <a href="/manager/status">Status</a><br/>
+                    <a href="/manager/html">Tomcat&nbsp;Manager</a><br/>
                     &nbsp;
                   </td>
                 </tr>
@@ -130,8 +129,8 @@
                 <tr>
                   <td class="menu">
                     <a href="RELEASE-NOTES.txt">Release&nbsp;Notes</a><br/>
-                    <a href="docs/changelog.html">Change&nbsp;Log</a><br/>
-                    <a href="docs">Tomcat&nbsp;Documentation</a><br/>          
              &nbsp;
+                    <a href="/docs/changelog.html">Change&nbsp;Log</a><br/>
+                    <a href="/docs">Tomcat&nbsp;Documentation</a><br/>         
               &nbsp;
                     &nbsp;
                    </td>
                 </tr>
@@ -163,8 +162,8 @@
                 </tr>
                 <tr>
                   <td class="menu">
-                    <a href="examples/servlets/">Servlets Examples</a><br/>
-                    <a href="examples/jsp/">JSP Examples</a><br/>
+                    <a href="/examples/servlets/">Servlets Examples</a><br/>
+                    <a href="/examples/jsp/">JSP Examples</a><br/>
                     <a 
href="http://java.sun.com/products/jsp";>Sun's&nbsp;Java&nbsp;Server&nbsp;Pages&nbsp;Site</a><br/>
                     <a 
href="http://java.sun.com/products/servlet";>Sun's&nbsp;Servlet&nbsp;Site</a><br/>
                    &nbsp;
@@ -182,7 +181,7 @@
           <p>As you may have guessed by now, this is the default Tomcat home 
page. It can be found on the local filesystem at:</p>
           <p class="code">$CATALINA_HOME/webapps/ROOT/index.html</p>
          
-          <p>where "$CATALINA_HOME" is the root of the Tomcat installation 
directory. If you're seeing this page, and you don't think you should be, then 
you're either a user who has arrived at new installation of Tomcat, or you're 
an administrator who hasn't got his/her setup quite right. Providing the latter 
is the case, please refer to the <a href="docs">Tomcat Documentation</a> for 
more detailed setup and administration information than is found in the INSTALL 
file.</p>
+          <p>where "$CATALINA_HOME" is the root of the Tomcat installation 
directory. If you're seeing this page, and you don't think you should be, then 
you're either a user who has arrived at new installation of Tomcat, or you're 
an administrator who hasn't got his/her setup quite right. Providing the latter 
is the case, please refer to the <a href="/docs">Tomcat Documentation</a> for 
more detailed setup and administration information than is found in the INSTALL 
file.</p>
 
             <p><b>NOTE: For security reasons, using the administration webapp
             is restricted to users with role "admin". The manager webapp
@@ -203,7 +202,7 @@
             <p id="footer"><img src="tomcat-power.gif" width="77" height="80" 
alt="Powered by Tomcat"/><br/>
            &nbsp;
 
-           Copyright &copy; 1999-2007 Apache Software Foundation<br/>
+           Copyright &copy; 1999-2008 Apache Software Foundation<br/>
             All Rights Reserved
             </p>
         </td>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=648575&r1=648574&r2=648575&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Wed Apr 16 00:21:34 2008
@@ -151,6 +151,10 @@
       <fix>
         <bug>44715</bug>: Document secret attribute for AJP connector. (markt)
       </fix>
+      <fix>
+        Fix some links in the ROOT application that are broken if ROOT is
+        renamed. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Cluster">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to