Author: jfclere
Date: Thu Aug 17 04:19:42 2006
New Revision: 432210

URL: http://svn.apache.org/viewvc?rev=432210&view=rev
Log:
Remove the jakarta reference.

Modified:
    tomcat/container/tc5.5.x/webapps/docs/index.xml
    tomcat/container/tc5.5.x/webapps/docs/introduction.xml
    tomcat/container/tc5.5.x/webapps/docs/monitoring.xml
    tomcat/container/tc5.5.x/webapps/docs/project.xml
    tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml
    tomcat/container/tc5.5.x/webapps/docs/windows-service-howto.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/index.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/index.xml?rev=432210&r1=432209&r2=432210&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/index.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/index.xml Thu Aug 17 04:19:42 2006
@@ -120,7 +120,7 @@
     - Reference manual that documents all available elements and attributes
       that may be placed into a Apache Tomcat 5 <code>conf/server.xml</code> 
file.
     </li>
-<li><a 
href="http://jakarta.apache.org/tomcat/connectors-doc/index.html";><strong>JK 
Documentation</strong></a>
+<li><a href="http://tomcat.apache.org/connectors-doc/index.html";><strong>JK 
Documentation</strong></a>
     - Complete documentation and HOWTOs on the JK native webserver connector,
       used to interface Apache Tomcat with servers like Apache HTTPd, IIS
       and others.</li>

Modified: tomcat/container/tc5.5.x/webapps/docs/introduction.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/introduction.xml?rev=432210&r1=432209&r2=432210&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/introduction.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/introduction.xml Thu Aug 17 04:19:42 
2006
@@ -99,21 +99,21 @@
     to fully read the relevant documentation as it will save you much time
     and effort. There's nothing like scouring the web only to find out that
     the answer was right in front of you all along!</li>
-<li><a href="http://jakarta.apache.org/tomcat/faq/";>Tomcat FAQ</a> as 
maintained by the developers.</li>
-<li><a href="http://wiki.apache.org/jakarta-tomcat/";>Tomcat WIKI</a></li>
+<li><a href="http://tomcat.apache.org/faq/";>Tomcat FAQ</a> as maintained by 
the developers.</li>
+<li><a href="http://wiki.apache.org/tomcat/";>Tomcat WIKI</a></li>
 <li>Tomcat FAQ at <a 
href="http://www.jguru.com/faq/home.jsp?topic=Tomcat";>jGuru</a></li>
 <li>Tomcat mailing list archives - numerous sites archive the Tomcat mailing
     lists. Since the links change over time, clicking here will search
     <a 
href="http://www.google.com/search?q=tomcat+mailing+list+archives";>Google</a>.
     </li>
 <li>The TOMCAT-USER mailing list, which you can subscribe to
-    <a href="http://jakarta.apache.org/site/mail.html";>here</a>. If you don't
+    <a href="http://tomcat.apache.org/lists.html";>here</a>. If you don't
     get a reply, then there's a good chance that your question was probably
     answered in the list archives or one of the FAQs.  Although questions
     about web application development in general are sometimes asked and
     answered, please focus your questions on Tomcat-specific issues.</li>
 <li>The TOMCAT-DEV mailing list, which you can subscribe to
-    <a href="http://jakarta.apache.org/site/mail.html";>here</a>.  This list is
+    <a href="http://tomcat.apache.org/lists.html";>here</a>.  This list is
     <strong>reserved</strong> for discussions about the development of Tomcat
     itself.  Questions about Tomcat configuration, and the problems you run
     into while developing and running applications, will normally be more

Modified: tomcat/container/tc5.5.x/webapps/docs/monitoring.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/monitoring.xml?rev=432210&r1=432209&r2=432210&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/monitoring.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/monitoring.xml Thu Aug 17 04:19:42 
2006
@@ -88,8 +88,8 @@
       <li>Start your tomcat and look with a browser at 
http://${JMX.HOST}:${JMX.PORT}</li>
       <li>With the mx connector parameter <code>mx.authMode="basic" 
mx.authUser="tomcat" mx.authPassword="strange"</code> 
           you can control the access!</li>
-      <li>A complete list of all tomcat core MBeans can you find at <a 
href="http://jakarta.apache.org/tomcat/tomcat-5.5-doc/catalina/funcspecs/mbean-names.html";>
-        
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/catalina/funcspecs/mbean-names.html</a>.</li>
+      <li>A complete list of all tomcat core MBeans can you find at <a 
href="http://tomcat.apache.org/tomcat-5.5-doc/catalina/funcspecs/mbean-names.html";>
+        
http://tomcat.apache.org/tomcat-5.5-doc/catalina/funcspecs/mbean-names.html</a>.</li>
     </ol>
     </p>
 
@@ -534,8 +534,8 @@
   <tr>
     <td>operation</td>
     <td>Existing Mbean operation (see Tomcat 
-        <a 
href="http://jakarta.apache.org/tomcat/tomcat-5.5-doc/catalina/funcspecs/fs-admin-opers.html";>
-        
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/catalina/funcspecs/fs-admin-opers.html</a>.
+        <a 
href="http://tomcat.apache.org/tomcat-5.5-doc/catalina/funcspecs/fs-admin-opers.html";>
+        
http://tomcat.apache.org/tomcat-5.5-doc/catalina/funcspecs/fs-admin-opers.html</a>.
     </td>
     <td></td>
   </tr>

Modified: tomcat/container/tc5.5.x/webapps/docs/project.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/project.xml?rev=432210&r1=432209&r2=432210&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/project.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/project.xml Thu Aug 17 04:19:42 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project name="Apache Tomcat Documentation - Top Level Directory"
-        href="http://jakarta.apache.org/tomcat/";>
+        href="http://tomcat.apache.org/";>
 
     <title>The Apache Tomcat 5.5 Servlet/JSP Container</title>
 
@@ -13,7 +13,7 @@
 
     <menu name="Links">
         <item name="Docs Home"             href="index.html"/>
-        <item name="FAQ"                   href="../faq" />
+        <item name="FAQ"                   href="http://tomcat.apache.org/faq"; 
/>
     </menu>
 
     <menu name="User Guide">
@@ -50,7 +50,7 @@
         <item name="Release Notes"         href="RELEASE-NOTES.txt"/>
         <item name="Apache Tomcat Configuration"  href="config/index.html"/>
         <item name="JK 1.2 Documentation"      
-              href="http://jakarta.apache.org/tomcat/connectors-doc/"/>
+              href="http://tomcat.apache.org/connectors-doc/"/>
         <item name="Servlet API Javadocs"  href="servletapi/index.html"/>
         <item name="JSP API Javadocs"      href="jspapi/index.html"/>
     </menu>

Modified: tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml?rev=432210&r1=432209&r2=432210&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml Thu Aug 17 04:19:42 2006
@@ -523,7 +523,7 @@
 <strong>TOMCAT-USER</strong> mailing list.  You can find pointers to archives
 of previous messages on this list, as well as subscription and unsubscription
 information, at
-<a 
href="http://jakarta.apache.org/site/mail.html";>http://jakarta.apache.org/site/mail.html";</a>.</p>
+<a 
href="http://tomcat.apache.org/lists.html";>http://tomcat.apache.org/lists.html</a>.</p>
 
 </section>
 

Modified: tomcat/container/tc5.5.x/webapps/docs/windows-service-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/windows-service-howto.xml?rev=432210&r1=432209&r2=432210&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/windows-service-howto.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/windows-service-howto.xml Thu Aug 17 
04:19:42 2006
@@ -314,7 +314,7 @@
 <p>
 <source>
 Update the service named 'Tomcat5
-C:\> tomcat5 //US//Tomcat5 --Description="Apache Tomcat Server - 
http://jakarta.apache.org/tomcat " \
+C:\> tomcat5 //US//Tomcat5 --Description="Apache Tomcat Server - 
http://tomcat.apache.org/ " \
 C:\> --Startup=auto 
--Classpath=%JAVA_HOME%\lib\tools.jar;%CATALINA_HOME%\bin\bootstrap.jar
 </source>
 </p>



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

Reply via email to