You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/04/28 11:13:59 UTC

[tomcat] branch main updated: Update wiki links to use new locations

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new ca6c090f39 Update wiki links to use new locations
ca6c090f39 is described below

commit ca6c090f39c820e31bec8ddd6b118cb259f45b27
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Apr 28 12:13:46 2022 +0100

    Update wiki links to use new locations
---
 README.md                             |  2 +-
 webapps/ROOT/index.jsp                | 10 +++++-----
 webapps/docs/appdev/processes.xml     |  2 +-
 webapps/docs/appdev/project.xml       |  2 +-
 webapps/docs/appdev/source.xml        |  2 +-
 webapps/docs/architecture/project.xml |  2 +-
 webapps/docs/cluster-howto.xml        |  2 +-
 webapps/docs/config/context.xml       |  2 +-
 webapps/docs/config/project.xml       |  2 +-
 webapps/docs/developers.xml           |  2 +-
 webapps/docs/index.xml                |  4 ++--
 webapps/docs/introduction.xml         |  6 +++---
 webapps/docs/jasper-howto.xml         |  2 +-
 webapps/docs/jndi-resources-howto.xml |  8 ++++----
 webapps/docs/project.xml              |  4 ++--
 webapps/docs/realm-howto.xml          |  2 +-
 webapps/docs/tribes/project.xml       |  2 +-
 17 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/README.md b/README.md
index e1e224a189..a838d90223 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ project. To learn more about getting involved,
 Apache Tomcat software powers numerous large-scale, mission-critical web
 applications across a diverse range of industries and organizations. Some of
 these users and their stories are listed on the
-[PoweredBy wiki page](https://wiki.apache.org/tomcat/PoweredBy).
+[PoweredBy wiki page](https://cwiki.apache.org/confluence/display/tomcat/PoweredBy).
 
 Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat
 project logo are trademarks of the Apache Software Foundation.
diff --git a/webapps/ROOT/index.jsp b/webapps/ROOT/index.jsp
index 51495944ce..d394bbb8ec 100644
--- a/webapps/ROOT/index.jsp
+++ b/webapps/ROOT/index.jsp
@@ -38,7 +38,7 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
                 <span id="nav-hosts"><a href="${tomcatDocUrl}">Documentation</a></span>
                 <span id="nav-config"><a href="${tomcatDocUrl}config/">Configuration</a></span>
                 <span id="nav-examples"><a href="${tomcatExamplesUrl}">Examples</a></span>
-                <span id="nav-wiki"><a href="https://wiki.apache.org/tomcat/FrontPage">Wiki</a></span>
+                <span id="nav-wiki"><a href="https://cwiki.apache.org/confluence/display/tomcat/FrontPage">Wiki</a></span>
                 <span id="nav-lists"><a href="${tomcatUrl}lists.html">Mailing Lists</a></span>
                 <span id="nav-help"><a href="${tomcatUrl}findhelp.html">Find Help</a></span>
                 <br class="separator" />
@@ -93,8 +93,8 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
                 </div>
                 <div class="col25">
                     <div class="container">
-                        <p><a href="https://wiki.apache.org/tomcat/Specifications">Servlet Specifications</a></p>
-                        <p><a href="https://wiki.apache.org/tomcat/TomcatVersions">Tomcat Versions</a></p>
+                        <p><a href="https://cwiki.apache.org/confluence/display/tomcat/Specifications">Servlet Specifications</a></p>
+                        <p><a href="https://cwiki.apache.org/confluence/display/TOMCAT/Tomcat+Versions">Tomcat Versions</a></p>
                     </div>
                 </div>
                 <br class="separator" />
@@ -120,7 +120,7 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
                         <h3>Documentation</h3>
                         <h4><a href="${tomcatDocUrl}">Tomcat @VERSION_MAJOR_MINOR@ Documentation</a></h4>
                         <h4><a href="${tomcatDocUrl}config/">Tomcat @VERSION_MAJOR_MINOR@ Configuration</a></h4>
-                        <h4><a href="https://wiki.apache.org/tomcat/FrontPage">Tomcat Wiki</a></h4>
+                        <h4><a href="https://cwiki.apache.org/confluence/display/tomcat/FrontPage">Tomcat Wiki</a></h4>
                         <p>Find additional important configuration information in:</p>
                         <pre>$CATALINA_HOME/RUNNING.txt</pre>
                         <p>Developers may be interested in:</p>
@@ -184,7 +184,7 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
                             <li><a href="${tomcatUrl}getinvolved.html">Overview</a></li>
                             <li><a href="${tomcatUrl}source.html">Source Repositories</a></li>
                             <li><a href="${tomcatUrl}lists.html">Mailing Lists</a></li>
-                            <li><a href="https://wiki.apache.org/tomcat/FrontPage">Wiki</a></li>
+                            <li><a href="https://cwiki.apache.org/confluence/display/tomcat/FrontPage">Wiki</a></li>
                         </ul>
                     </div>
                 </div>
diff --git a/webapps/docs/appdev/processes.xml b/webapps/docs/appdev/processes.xml
index ef942466e4..97642151dc 100644
--- a/webapps/docs/appdev/processes.xml
+++ b/webapps/docs/appdev/processes.xml
@@ -151,7 +151,7 @@ cvs commit]]></source>
 
 Note that this is only an example web.xml file.  The full definition
 of the deployment descriptor file is in the
-<a href="https://wiki.apache.org/tomcat/Specifications">Servlet Specification.</a>
+<a href="https://cwiki.apache.org/confluence/display/tomcat/Specifications">Servlet Specification.</a>
 
 </subsection>
 
diff --git a/webapps/docs/appdev/project.xml b/webapps/docs/appdev/project.xml
index 08fe07ecbe..ae54e7bce1 100644
--- a/webapps/docs/appdev/project.xml
+++ b/webapps/docs/appdev/project.xml
@@ -30,7 +30,7 @@
     <menu name="Links">
         <item name="Docs Home"             href="../index.html"/>
         <item name="App Dev Guide Home"    href="index.html"/>
-        <item name="FAQ"                   href="https://wiki.apache.org/tomcat/FAQ" />
+        <item name="FAQ"                   href="https://cwiki.apache.org/confluence/display/tomcat/FAQ" />
         <item name="User Comments"         href="#comments_section"/>
     </menu>
 
diff --git a/webapps/docs/appdev/source.xml b/webapps/docs/appdev/source.xml
index fc97e033ec..63f27ace7b 100644
--- a/webapps/docs/appdev/source.xml
+++ b/webapps/docs/appdev/source.xml
@@ -85,7 +85,7 @@ is discussed below.  All of these components exist under a top level
 <li><strong>web/WEB-INF/</strong> - The special configuration files required
     for your application, including the web application deployment descriptor
     (<code>web.xml</code>, defined in the
-    <a href="https://wiki.apache.org/tomcat/Specifications">Servlet Specification</a>),
+    <a href="https://cwiki.apache.org/confluence/display/tomcat/Specifications">Servlet Specification</a>),
     tag library descriptors for custom tag libraries
     you have created, and other resource files you wish to include within
     your web application.  Even though this directory appears to be a
diff --git a/webapps/docs/architecture/project.xml b/webapps/docs/architecture/project.xml
index 0589be6709..63e39bc5bb 100644
--- a/webapps/docs/architecture/project.xml
+++ b/webapps/docs/architecture/project.xml
@@ -30,7 +30,7 @@
     <menu name="Links">
         <item name="Docs Home"             href="../index.html" />
         <item name="Architecture Home"     href="index.html"/>
-        <item name="FAQ"                   href="https://wiki.apache.org/tomcat/FAQ" />
+        <item name="FAQ"                   href="https://cwiki.apache.org/confluence/display/tomcat/FAQ" />
         <item name="User Comments"         href="#comments_section"/>
     </menu>
 
diff --git a/webapps/docs/cluster-howto.xml b/webapps/docs/cluster-howto.xml
index cb1f33f684..076ef93e3a 100644
--- a/webapps/docs/cluster-howto.xml
+++ b/webapps/docs/cluster-howto.xml
@@ -695,7 +695,7 @@ should be completed:</p>
 </section>
 
 <section name="FAQ">
-<p>Please see <a href="https://wiki.apache.org/tomcat/FAQ/Clustering">the clustering section of the FAQ</a>.</p>
+<p>Please see <a href="https://cwiki.apache.org/confluence/display/tomcat/Clustering">the clustering section of the FAQ</a>.</p>
 </section>
 
 </body>
diff --git a/webapps/docs/config/context.xml b/webapps/docs/config/context.xml
index cc07f5e9a0..06bb714bce 100644
--- a/webapps/docs/config/context.xml
+++ b/webapps/docs/config/context.xml
@@ -50,7 +50,7 @@
   unpacked contents, as described in the Servlet Specification (version
   2.2 or later).  For more information about web application archives,
   you can download the
-  <a href="https://wiki.apache.org/tomcat/Specifications">Servlet
+  <a href="https://cwiki.apache.org/confluence/display/tomcat/Specifications">Servlet
   Specification</a>, and review the Tomcat
   <a href="../appdev/index.html">Application Developer's Guide</a>.</p>
 
diff --git a/webapps/docs/config/project.xml b/webapps/docs/config/project.xml
index c43ef93dc5..aa10667d11 100644
--- a/webapps/docs/config/project.xml
+++ b/webapps/docs/config/project.xml
@@ -30,7 +30,7 @@
     <menu name="Links">
         <item name="Docs Home"             href="../index.html"/>
         <item name="Config Ref. Home"      href="index.html"/>
-        <item name="FAQ"                   href="https://wiki.apache.org/tomcat/FAQ" />
+        <item name="FAQ"                   href="https://cwiki.apache.org/confluence/display/tomcat/FAQ" />
         <item name="User Comments"         href="#comments_section"/>
     </menu>
 
diff --git a/webapps/docs/developers.xml b/webapps/docs/developers.xml
index 5234ae6408..a02c9fc278 100644
--- a/webapps/docs/developers.xml
+++ b/webapps/docs/developers.xml
@@ -40,7 +40,7 @@
       tomcat-users mailing list instead, or one of the other support
       resources; some organizations and individual consultants also offer
       for pay Tomcat support, as listed on the
-      <a href="https://wiki.apache.org/tomcat/SupportAndTraining">support and
+      <a href="https://cwiki.apache.org/confluence/display/tomcat/SupportAndTraining">support and
       training</a> page on the Tomcat Wiki).
     </p>
 
diff --git a/webapps/docs/index.xml b/webapps/docs/index.xml
index af15b2c0a8..fc38dd7153 100644
--- a/webapps/docs/index.xml
+++ b/webapps/docs/index.xml
@@ -36,7 +36,7 @@
 <p>This is the top-level entry point of the documentation bundle for the
 <strong>Apache Tomcat</strong> Servlet/JSP container.  Apache Tomcat version
 <version-major-minor/> implements the Servlet 6.0 and JavaServer Pages 3.1
-<a href="https://wiki.apache.org/tomcat/Specifications">specifications</a> from
+<a href="https://cwiki.apache.org/confluence/display/tomcat/Specifications">specifications</a> from
 <a href="https://jakarta.ee/">Jakarta EE</a>, and includes many
 additional features that make it a useful platform for developing and deploying
 web applications and web services.</p>
@@ -212,7 +212,7 @@ the development of the <em>Apache Tomcat</em> project.</p>
 <li><a href="changelog.html"><strong>Changelog</strong></a> - Details the
     changes made to Apache Tomcat.
     </li>
-<li><a href="https://wiki.apache.org/tomcat/TomcatVersions"><strong>Status</strong></a> -
+<li><a href="https://cwiki.apache.org/confluence/display/TOMCAT/Tomcat+Versions"><strong>Status</strong></a> -
     Apache Tomcat development status.
     </li>
 <li><a href="developers.html"><strong>Developers</strong></a> - List of active
diff --git a/webapps/docs/introduction.xml b/webapps/docs/introduction.xml
index ccf9835991..502b737a08 100644
--- a/webapps/docs/introduction.xml
+++ b/webapps/docs/introduction.xml
@@ -48,7 +48,7 @@ help.</p>
 
 <p>In the course of reading these documents, you will run across a number of
 terms; some specific to Tomcat, and others defined by the
-<a href="https://wiki.apache.org/tomcat/Specifications">Servlet and
+<a href="https://cwiki.apache.org/confluence/display/tomcat/Specifications">Servlet and
 JSP specifications</a>.</p>
 
 <ul>
@@ -273,8 +273,8 @@ only to earlier versions.</p>
     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="https://wiki.apache.org/tomcat/FAQ">Tomcat FAQ</a></li>
-<li><a href="https://wiki.apache.org/tomcat/">Tomcat WIKI</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/tomcat/FAQ">Tomcat FAQ</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/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
diff --git a/webapps/docs/jasper-howto.xml b/webapps/docs/jasper-howto.xml
index d822d41c39..19820f7e2a 100644
--- a/webapps/docs/jasper-howto.xml
+++ b/webapps/docs/jasper-howto.xml
@@ -37,7 +37,7 @@
 <section name="Introduction">
 
 <p>Tomcat <version-major-minor/> uses the Jasper 2 JSP Engine to implement
-the <a href="https://wiki.apache.org/tomcat/Specifications">JavaServer Pages 2.3</a>
+the <a href="https://cwiki.apache.org/confluence/display/tomcat/Specifications">JavaServer Pages 2.3</a>
 specification.</p>
 
 <p>Jasper 2 has been redesigned to significantly improve performance over
diff --git a/webapps/docs/jndi-resources-howto.xml b/webapps/docs/jndi-resources-howto.xml
index 8bcc6942c2..b701915d70 100644
--- a/webapps/docs/jndi-resources-howto.xml
+++ b/webapps/docs/jndi-resources-howto.xml
@@ -289,7 +289,7 @@ public class MyBean {
     <p><strong>WARNING</strong> - Be sure you respect the element ordering
     that is required by the DTD for web application deployment descriptors!
     See the
-    <a href="https://wiki.apache.org/tomcat/Specifications">Servlet
+    <a href="https://cwiki.apache.org/confluence/display/tomcat/Specifications">Servlet
     Specification</a> for details.</p>
 
   <h5>3.  Code Your Application's Use Of This Resource</h5>
@@ -669,7 +669,7 @@ create table user_roles (
     <p><strong>WARNING</strong> - Be sure you respect the element ordering
     that is required by the DTD for web application deployment descriptors!
     See the
-    <a href="https://wiki.apache.org/tomcat/Specifications">Servlet
+    <a href="https://cwiki.apache.org/confluence/display/tomcat/Specifications">Servlet
     Specification</a> for details.</p>
 
     <h5>2.  Code Your Application's Use Of This Resource</h5>
@@ -838,7 +838,7 @@ Transport.send(message);]]></source>
     <p><strong>WARNING</strong> - Be sure you respect the element ordering
     that is required by the DTD for web application deployment descriptors!
     See the
-    <a href="https://wiki.apache.org/tomcat/Specifications">Servlet
+    <a href="https://cwiki.apache.org/confluence/display/tomcat/Specifications">Servlet
     Specification</a> for details.</p>
 
     <h5>3.  Code Your Application's Use Of This Resource</h5>
@@ -1138,7 +1138,7 @@ public class MyBeanFactory implements ObjectFactory {
     <p><strong>WARNING</strong> - Be sure you respect the element ordering
     that is required by the DTD for web application deployment descriptors!
     See the
-    <a href="https://wiki.apache.org/tomcat/Specifications">Servlet
+    <a href="https://cwiki.apache.org/confluence/display/tomcat/Specifications">Servlet
     Specification</a> for details.</p>
 
   <h4>3.  Code Your Application's Use Of This Resource</h4>
diff --git a/webapps/docs/project.xml b/webapps/docs/project.xml
index 8dbd311dc0..7a60ea00ea 100644
--- a/webapps/docs/project.xml
+++ b/webapps/docs/project.xml
@@ -29,7 +29,7 @@
 
     <menu name="Links">
         <item name="Docs Home"             href="index.html"/>
-        <item name="FAQ"                   href="https://wiki.apache.org/tomcat/FAQ" />
+        <item name="FAQ"                   href="https://cwiki.apache.org/confluence/display/tomcat/FAQ" />
         <item name="User Comments"         href="#comments_section"/>
     </menu>
 
@@ -99,7 +99,7 @@
     <menu name="Apache Tomcat Development">
         <item name="Building"              href="building.html"/>
         <item name="Changelog"             href="changelog.html"/>
-        <item name="Status"                href="https://wiki.apache.org/tomcat/TomcatVersions"/>
+        <item name="Status"                href="https://cwiki.apache.org/confluence/display/TOMCAT/Tomcat+Versions"/>
         <item name="Developers"            href="developers.html"/>
         <item name="Architecture"          href="architecture/index.html" />
         <item name="Tribes"                href="tribes/introduction.html"/>
diff --git a/webapps/docs/realm-howto.xml b/webapps/docs/realm-howto.xml
index d03291c4f2..cc2288190d 100644
--- a/webapps/docs/realm-howto.xml
+++ b/webapps/docs/realm-howto.xml
@@ -47,7 +47,7 @@ to authenticate themselves.  If you are not utilizing these features, you can
 safely skip this document.</p>
 
 <p>For fundamental background information about container managed security,
-see the <a href="https://wiki.apache.org/tomcat/Specifications">Servlet
+see the <a href="https://cwiki.apache.org/confluence/display/tomcat/Specifications">Servlet
 Specification (Version 2.4)</a>, Section 12.</p>
 
 <p>For information about utilizing the <em>Single Sign On</em> feature of
diff --git a/webapps/docs/tribes/project.xml b/webapps/docs/tribes/project.xml
index 63bce26613..2812dec6d9 100644
--- a/webapps/docs/tribes/project.xml
+++ b/webapps/docs/tribes/project.xml
@@ -28,7 +28,7 @@
     <menu name="Links">
         <item name="Docs Home"             href="../index.html"/>
         <item name="Tribes Docs Home"      href="introduction.html"/>
-        <item name="FAQ"                   href="https://wiki.apache.org/tomcat/FAQ" />
+        <item name="FAQ"                   href="https://cwiki.apache.org/confluence/display/tomcat/FAQ" />
         <item name="User Comments"         href="#comments_section"/>
     </menu>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [tomcat] branch main updated: Update wiki links to use new locations

Posted by Mark Thomas <ma...@apache.org>.
On 16/05/2022 15:12, Konstantin Kolinko wrote:
> чт, 28 апр. 2022 г. в 14:14, <ma...@apache.org>:
>>
>> This is an automated email from the ASF dual-hosted git repository.
>>
>> markt pushed a commit to branch main
>> in repository https://gitbox.apache.org/repos/asf/tomcat.git
>>
>>
>> The following commit(s) were added to refs/heads/main by this push:
>>       new ca6c090f39 Update wiki links to use new locations
>> ca6c090f39 is described below
>>
>> commit ca6c090f39c820e31bec8ddd6b118cb259f45b27
>> Author: Mark Thomas <ma...@apache.org>
>> AuthorDate: Thu Apr 28 12:13:46 2022 +0100
>>
>>      Update wiki links to use new locations

<snip/>


>> --- a/webapps/ROOT/index.jsp
>> +++ b/webapps/ROOT/index.jsp
>> @@ -38,7 +38,7 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
>>                   <span id="nav-hosts"><a href="${tomcatDocUrl}">Documentation</a></span>
>>                   <span id="nav-config"><a href="${tomcatDocUrl}config/">Configuration</a></span>
>>                   <span id="nav-examples"><a href="${tomcatExamplesUrl}">Examples</a></span>
>> -                <span id="nav-wiki"><a href="https://wiki.apache.org/tomcat/FrontPage">Wiki</a></span>
>> +                <span id="nav-wiki"><a href="https://cwiki.apache.org/confluence/display/tomcat/FrontPage">Wiki</a></span>
> 
> "FrontPage" at the above URL is the old page in "Migrated content".
> It might be better to link to the actual front page,
> 
> https://cwiki.apache.org/confluence/display/TOMCAT/
> 
> BTW, Confluence prefers to spell Tomcat in URLs in uppercase, like the above.

Thanks. Should be fixed now.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [tomcat] branch main updated: Update wiki links to use new locations

Posted by Konstantin Kolinko <kn...@gmail.com>.
чт, 28 апр. 2022 г. в 14:14, <ma...@apache.org>:
>
> This is an automated email from the ASF dual-hosted git repository.
>
> markt pushed a commit to branch main
> in repository https://gitbox.apache.org/repos/asf/tomcat.git
>
>
> The following commit(s) were added to refs/heads/main by this push:
>      new ca6c090f39 Update wiki links to use new locations
> ca6c090f39 is described below
>
> commit ca6c090f39c820e31bec8ddd6b118cb259f45b27
> Author: Mark Thomas <ma...@apache.org>
> AuthorDate: Thu Apr 28 12:13:46 2022 +0100
>
>     Update wiki links to use new locations
> ---
>  README.md                             |  2 +-
>  webapps/ROOT/index.jsp                | 10 +++++-----
>  webapps/docs/appdev/processes.xml     |  2 +-
>  webapps/docs/appdev/project.xml       |  2 +-
>  webapps/docs/appdev/source.xml        |  2 +-
>  webapps/docs/architecture/project.xml |  2 +-
>  webapps/docs/cluster-howto.xml        |  2 +-
>  webapps/docs/config/context.xml       |  2 +-
>  webapps/docs/config/project.xml       |  2 +-
>  webapps/docs/developers.xml           |  2 +-
>  webapps/docs/index.xml                |  4 ++--
>  webapps/docs/introduction.xml         |  6 +++---
>  webapps/docs/jasper-howto.xml         |  2 +-
>  webapps/docs/jndi-resources-howto.xml |  8 ++++----
>  webapps/docs/project.xml              |  4 ++--
>  webapps/docs/realm-howto.xml          |  2 +-
>  webapps/docs/tribes/project.xml       |  2 +-
>  17 files changed, 28 insertions(+), 28 deletions(-)
>
> diff --git a/README.md b/README.md
> index e1e224a189..a838d90223 100644
> --- a/README.md
> +++ b/README.md
[...]
> --- a/webapps/ROOT/index.jsp
> +++ b/webapps/ROOT/index.jsp
> @@ -38,7 +38,7 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
>                  <span id="nav-hosts"><a href="${tomcatDocUrl}">Documentation</a></span>
>                  <span id="nav-config"><a href="${tomcatDocUrl}config/">Configuration</a></span>
>                  <span id="nav-examples"><a href="${tomcatExamplesUrl}">Examples</a></span>
> -                <span id="nav-wiki"><a href="https://wiki.apache.org/tomcat/FrontPage">Wiki</a></span>
> +                <span id="nav-wiki"><a href="https://cwiki.apache.org/confluence/display/tomcat/FrontPage">Wiki</a></span>

"FrontPage" at the above URL is the old page in "Migrated content".
It might be better to link to the actual front page,

https://cwiki.apache.org/confluence/display/TOMCAT/

BTW, Confluence prefers to spell Tomcat in URLs in uppercase, like the above.

>                  <span id="nav-lists"><a href="${tomcatUrl}lists.html">Mailing Lists</a></span>
>                  <span id="nav-help"><a href="${tomcatUrl}findhelp.html">Find Help</a></span>
>                  <br class="separator" />
> @@ -93,8 +93,8 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
>                  </div>
>                  <div class="col25">
>                      <div class="container">
> -                        <p><a href="https://wiki.apache.org/tomcat/Specifications">Servlet Specifications</a></p>
> -                        <p><a href="https://wiki.apache.org/tomcat/TomcatVersions">Tomcat Versions</a></p>
> +                        <p><a href="https://cwiki.apache.org/confluence/display/tomcat/Specifications">Servlet Specifications</a></p>
> +                        <p><a href="https://cwiki.apache.org/confluence/display/TOMCAT/Tomcat+Versions">Tomcat Versions</a></p>
>                      </div>
>                  </div>
>                  <br class="separator" />
> @@ -120,7 +120,7 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
>                          <h3>Documentation</h3>
>                          <h4><a href="${tomcatDocUrl}">Tomcat @VERSION_MAJOR_MINOR@ Documentation</a></h4>
>                          <h4><a href="${tomcatDocUrl}config/">Tomcat @VERSION_MAJOR_MINOR@ Configuration</a></h4>
> -                        <h4><a href="https://wiki.apache.org/tomcat/FrontPage">Tomcat Wiki</a></h4>
> +                        <h4><a href="https://cwiki.apache.org/confluence/display/tomcat/FrontPage">Tomcat Wiki</a></h4>
>                          <p>Find additional important configuration information in:</p>
>                          <pre>$CATALINA_HOME/RUNNING.txt</pre>
>                          <p>Developers may be interested in:</p>
> @@ -184,7 +184,7 @@ request.setAttribute("tomcatExamplesUrl", "/examples/");
>                              <li><a href="${tomcatUrl}getinvolved.html">Overview</a></li>
>                              <li><a href="${tomcatUrl}source.html">Source Repositories</a></li>
>                              <li><a href="${tomcatUrl}lists.html">Mailing Lists</a></li>
> -                            <li><a href="https://wiki.apache.org/tomcat/FrontPage">Wiki</a></li>
> +                            <li><a href="https://cwiki.apache.org/confluence/display/tomcat/FrontPage">Wiki</a></li>
>                          </ul>
>                      </div>
>                  </div>
> diff --git a/webapps/docs/appdev/processes.xml b/webapps/docs/appdev/processes.xml
> index ef942466e4..97642151dc 100644
> --- a/webapps/docs/appdev/processes.xml
> +++ b/webapps/docs/appdev/processes.xml
[....]

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org