Author: markt Date: Thu Jul 6 18:28:49 2006 New Revision: 419759 URL: http://svn.apache.org/viewvc?rev=419759&view=rev Log: Remove Jakarta references from the TC4 docs
Modified: tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/connectors.xml tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/project.xml Modified: tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/connectors.xml URL: http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/connectors.xml?rev=419759&r1=419758&r2=419759&view=diff ============================================================================== --- tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/connectors.xml (original) +++ tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/connectors.xml Thu Jul 6 18:28:49 2006 @@ -9,7 +9,7 @@ <properties> <author email="[EMAIL PROTECTED]">Ian Darwin</author> <author email="[EMAIL PROTECTED]">Jean-Frederic Clere</author> - <title>JTC Connectors</title> + <title>Connectors Overview</title> </properties> <body> @@ -17,9 +17,6 @@ <section name="Introduction"> <p> -JTC stands for Jakarta Tomcat Connectors. -</p> -<p> There are two different types of connectors. Connectors that allow browsers to connect directly to the Tomcat and connectors that do it through a Web Server. </p> @@ -34,21 +31,25 @@ with the Tomcat binary releases. The C part is released separately and may be obtained from the -<a href="http://jakarta.apache.org/site/downloads/downloads_tomcat-connectors.cgi"> +<a href="http://tomcat.apache.org/download-connectors.cgi"> Tomcat Connectors Downloads</a>. </p> <p> The total number of different operating systems and web servers is sufficiently large that it is not practical to provide binaries downloads for every combination. Binaries are provided for most of the popular combinations and if -the one you need is not avaialble do not hesitate to ask for it on the +the one you need is not available do not hesitate to ask for it on the tomcat-user mailing list but please be patient and accept you may have to build -it yourself with the help of the mialing list. -</p><p> -The CVS repository for JTC is called jakarta-tomcat-connectors and source -bundles (that include both the Java and the C components) are available from -<a href="http://jakarta.apache.org/site/downloads/downloads_tomcat-connectors.cgi"> +it yourself with the help of the mailing list. +</p> +<p> +The source code for the Tomcat Connectors is available from the SVN repository +(<a href="http://tomcat.apache.org/svn.html">Tomcat SVN structure</a>) or as a +bundle (that includes both the Java and the C components) from the +<a href="http://tomcat.apache.org/download-connectors.cgi"> Tomcat Connectors Downloads</a>. + + </p> </section> Modified: tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/project.xml URL: http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/project.xml?rev=419759&r1=419758&r2=419759&view=diff ============================================================================== --- tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/project.xml (original) +++ tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/project.xml Thu Jul 6 18:28:49 2006 @@ -22,7 +22,7 @@ </menu> <menu name="Current Connectors"> - <item name="JTC Connectors" href="connectors.html"/> + <item name="Overview" href="connectors.html"/> <item name="Coyote HTTP/1.1" href="coyote.html"/> <item name="Coyote JK" href="coyotejk.html"/> <item name="JK" href="jk.html"/> @@ -31,7 +31,7 @@ </menu> <menu name="Deprecated Connectors"> - <item name="JTC Connectors" href="connectors.html"/> + <item name="Overview" href="connectors.html"/> <item name="HTTP/1.1" href="http11.html"/> <item name="AJP/1.3" href="ajp13.html"/> <item name="Webapp" href="webapp.html"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]