Modified: tomcat/tc8.0.x/trunk/webapps/docs/jndi-resources-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/jndi-resources-howto.xml?rev=1834077&r1=1834076&r2=1834077&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/jndi-resources-howto.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/jndi-resources-howto.xml Fri Jun 22 07:18:43 2018 @@ -290,7 +290,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="http://wiki.apache.org/tomcat/Specifications">Servlet + <a href="https://wiki.apache.org/tomcat/Specifications">Servlet Specification</a> for details.</p> <h5>3. Code Your Application's Use Of This Resource</h5> @@ -540,7 +540,7 @@ public class MyBean2 { <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="http://wiki.apache.org/tomcat/Specifications">Servlet + <a href="https://wiki.apache.org/tomcat/Specifications">Servlet Specification</a> for details.</p> <h5>2. Code Your Application's Use Of This Resource</h5> @@ -664,7 +664,7 @@ Transport.send(message);]]></source> <p><strong>NOTE</strong> - The default data source support in Tomcat is based on the <strong>DBCP</strong> connection pool from the - <a href="http://commons.apache.org/">Commons</a> + <a href="https://commons.apache.org/">Commons</a> project. However, it is possible to use any other connection pool that implements <code>javax.sql.DataSource</code>, by writing your own custom resource factory, as described @@ -709,7 +709,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="http://wiki.apache.org/tomcat/Specifications">Servlet + <a href="https://wiki.apache.org/tomcat/Specifications">Servlet Specification</a> for details.</p> <h5>3. Code Your Application's Use Of This Resource</h5> @@ -1005,7 +1005,7 @@ public class MyBeanFactory implements Ob <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="http://wiki.apache.org/tomcat/Specifications">Servlet + <a href="https://wiki.apache.org/tomcat/Specifications">Servlet Specification</a> for details.</p> <h4>3. Code Your Application's Use Of This Resource</h4>
Modified: tomcat/tc8.0.x/trunk/webapps/docs/jspapi/index.html URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/jspapi/index.html?rev=1834077&r1=1834076&r2=1834077&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/jspapi/index.html (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/jspapi/index.html Fri Jun 22 07:18:43 2018 @@ -27,7 +27,7 @@ The JSP Javadoc is not installed by defa the "fulldocs" package to get it. You can also access the javadoc online in the Tomcat -<a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/"> +<a href="https://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/"> documentation bundle</a>. </body> Modified: tomcat/tc8.0.x/trunk/webapps/docs/logging.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/logging.xml?rev=1834077&r1=1834076&r2=1834077&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/logging.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/logging.xml Fri Jun 22 07:18:43 2018 @@ -37,7 +37,7 @@ <section name="Introduction"> <p> The internal logging for Apache Tomcat uses JULI, a packaged renamed fork - of <a href="http://commons.apache.org/logging">Apache Commons Logging</a> + of <a href="https://commons.apache.org/logging">Apache Commons Logging</a> that, by default, is hard-coded to use the <code>java.util.logging</code> framework. This ensures that Tomcat's internal logging and any web application logging will remain independent, even if a web application Modified: tomcat/tc8.0.x/trunk/webapps/docs/manager-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/manager-howto.xml?rev=1834077&r1=1834076&r2=1834077&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/manager-howto.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/manager-howto.xml Fri Jun 22 07:18:43 2018 @@ -1137,7 +1137,7 @@ for the <em>Ant</em> (version 1.4 or lat commands, you must perform the following setup operations:</p> <ul> <li>Download the binary distribution of Ant from - <a href="http://ant.apache.org">http://ant.apache.org</a>. + <a href="https://ant.apache.org">https://ant.apache.org</a>. You must use version <strong>1.4</strong> or later.</li> <li>Install the Ant distribution in a convenient directory (called ANT_HOME in the remainder of these instructions).</li> @@ -1311,7 +1311,7 @@ in which you can specify its full set of attributes, but <code>input</code>, <code>inputstring</code> and <code>inputencoding</code> that, even if accepted, are not used because they have no meaning in this context. -Refer to <a href="http://ant.apache.org">ant manual</a> for details on +Refer to <a href="https://ant.apache.org">ant manual</a> for details on <code><redirector></code> element attributes. </p> Modified: tomcat/tc8.0.x/trunk/webapps/docs/maven-jars.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/maven-jars.xml?rev=1834077&r1=1834076&r2=1834077&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/maven-jars.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/maven-jars.xml Fri Jun 22 07:18:43 2018 @@ -36,8 +36,8 @@ <section name="Using Tomcat libraries With Maven"> <subsection name="Tomcat Snapshots"> Tomcat snapshots are located in the - <a href="http://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/">Apache Snapshot Repository</a>. - The official URL is <source>http://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/</source> + <a href="https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/">Apache Snapshot Repository</a>. + The official URL is <source>https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/</source> <p> Snapshots are done periodically, not on a regular basis, but when changes happen and the Tomcat team deems a new snapshot might useful. @@ -46,10 +46,10 @@ <subsection name="Tomcat Releases"> <p> Stable releases are published to the - <a href="http://repo2.maven.org/maven2/org/apache/tomcat/">Central + <a href="https://repo2.maven.org/maven2/org/apache/tomcat/">Central Maven Repositories</a>. The URL for this is </p> - <source>http://repo2.maven.org/maven2/org/apache/tomcat/</source> + <source>https://repo2.maven.org/maven2/org/apache/tomcat/</source> </subsection> </section> Modified: tomcat/tc8.0.x/trunk/webapps/docs/project.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/project.xml?rev=1834077&r1=1834076&r2=1834077&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/project.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/project.xml Fri Jun 22 07:18:43 2018 @@ -16,7 +16,7 @@ limitations under the License. --> <project name="Apache Tomcat Documentation" - href="http://tomcat.apache.org/"> + href="https://tomcat.apache.org/"> <title>Apache Tomcat 8</title> @@ -29,7 +29,7 @@ <menu name="Links"> <item name="Docs Home" href="index.html"/> - <item name="FAQ" href="http://wiki.apache.org/tomcat/FAQ" /> + <item name="FAQ" href="https://wiki.apache.org/tomcat/FAQ" /> <item name="User Comments" href="#comments_section"/> </menu> @@ -88,13 +88,13 @@ <item name="WebSocket 1.1 Javadocs" href="websocketapi/index.html"/> <item name="JK 1.2 Documentation" - href="http://tomcat.apache.org/connectors-doc/"/> + href="https://tomcat.apache.org/connectors-doc/"/> </menu> <menu name="Apache Tomcat Development"> <item name="Building" href="building.html"/> <item name="Changelog" href="changelog.html"/> - <item name="Status" href="http://wiki.apache.org/tomcat/TomcatVersions"/> + <item name="Status" href="https://wiki.apache.org/tomcat/TomcatVersions"/> <item name="Developers" href="developers.html"/> <item name="Architecture" href="architecture/index.html" /> <item name="Functional Specs." href="funcspecs/index.html"/> Modified: tomcat/tc8.0.x/trunk/webapps/docs/realm-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/realm-howto.xml?rev=1834077&r1=1834076&r2=1834077&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/realm-howto.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/realm-howto.xml Fri Jun 22 07:18:43 2018 @@ -47,7 +47,7 @@ to authenticate themselves. If you are safely skip this document.</p> <p>For fundamental background information about container managed security, -see the <a href="http://wiki.apache.org/tomcat/Specifications">Servlet +see the <a href="https://wiki.apache.org/tomcat/Specifications">Servlet Specification (Version 2.4)</a>, Section 12.</p> <p>For information about utilizing the <em>Single Sign On</em> feature of @@ -724,7 +724,7 @@ scope of this document, because it is un implementation. In the examples below, we will assume that you are using a distribution of the OpenLDAP directory server (version 2.0.11 or later), which can be downloaded from -<a href="http://www.openldap.org">http://www.openldap.org</a>. Assume that +<a href="https://www.openldap.org">https://www.openldap.org</a>. Assume that your <code>slapd.conf</code> file contains the following settings (among others):</p> <source>database ldbm @@ -1030,7 +1030,7 @@ provided as part of the standard Java SE practically any conceivable security realm with Tomcat's CMA. </p> <p>JAASRealm is prototype for Tomcat of the JAAS-based J2EE authentication framework for J2EE v1.4, based on the <a - href="http://www.jcp.org/en/jsr/detail?id=196">JCP Specification + href="https://www.jcp.org/en/jsr/detail?id=196">JCP Specification Request 196</a> to enhance container-managed security and promote 'pluggable' authentication mechanisms whose implementations would be container-independent. Modified: tomcat/tc8.0.x/trunk/webapps/docs/servletapi/index.html URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/servletapi/index.html?rev=1834077&r1=1834076&r2=1834077&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/servletapi/index.html (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/servletapi/index.html Fri Jun 22 07:18:43 2018 @@ -27,7 +27,7 @@ The Servlet Javadoc is not installed by the "fulldocs" package to get it. You can also access the javadoc online in the Tomcat -<a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/"> +<a href="https://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/"> documentation bundle</a>. </body> Modified: tomcat/tc8.0.x/trunk/webapps/docs/ssi-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/ssi-howto.xml?rev=1834077&r1=1834076&r2=1834077&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/ssi-howto.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/ssi-howto.xml Fri Jun 22 07:18:43 2018 @@ -46,7 +46,7 @@ HTTP server and you require SSI support. during development when you don't want to run a web server like Apache.</p> <p>Tomcat SSI support implements the same SSI directives as Apache. See the -<a href="http://httpd.apache.org/docs/howto/ssi.html#basicssidirectives"> +<a href="https://httpd.apache.org/docs/howto/ssi.html#basicssidirectives"> Apache Introduction to SSI</a> for information on using SSI directives.</p> <p>SSI support is available as a servlet and as a filter. You should use one @@ -190,7 +190,7 @@ is used to assign a value to a user-defi </ul> <p> See the -<a href="http://httpd.apache.org/docs/howto/ssi.html#basicssidirectives"> +<a href="https://httpd.apache.org/docs/howto/ssi.html#basicssidirectives"> Apache Introduction to SSI</a> for more information on using SSI directives.</p> </section> Modified: tomcat/tc8.0.x/trunk/webapps/docs/ssl-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/ssl-howto.xml?rev=1834077&r1=1834076&r2=1834077&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/ssl-howto.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/ssl-howto.xml Fri Jun 22 07:18:43 2018 @@ -183,7 +183,7 @@ keystore using OpenSSL you would execute -out mycert.p12 -name tomcat -CAfile myCA.crt -caname root -chain</source> <p>For more advanced cases, consult the -<a href="http://www.openssl.org/" rel="nofollow">OpenSSL documentation</a>.</p> +<a href="https://www.openssl.org/" rel="nofollow">OpenSSL documentation</a>.</p> <p>To create a new <code>JKS</code> keystore from scratch, containing a single self-signed Certificate, execute the following from a terminal command line:</p> @@ -585,7 +585,7 @@ SSL communications, and what to do about <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://tomcat.apache.org/lists.html">http://tomcat.apache.org/lists.html</a>.</p> +<a href="https://tomcat.apache.org/lists.html">https://tomcat.apache.org/lists.html</a>.</p> </section> @@ -648,7 +648,7 @@ public class SessionTrackingModeListener <source><![CDATA[String sslID = (String)request.getAttribute("javax.servlet.request.ssl_session_id");]]></source> <p> For additional discussion on this area, please see -<a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=22679">Bugzilla</a>. +<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=22679">Bugzilla</a>. </p> <p>To terminate an SSL session, use:</p> Modified: tomcat/tc8.0.x/trunk/webapps/docs/tomcat-docs.xsl URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/tomcat-docs.xsl?rev=1834077&r1=1834076&r2=1834077&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/tomcat-docs.xsl (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/tomcat-docs.xsl Fri Jun 22 07:18:43 2018 @@ -31,7 +31,7 @@ <!-- Defined parameters (overrideable) --> <xsl:param name="home-name" select="'The Tomcat Project'"/> - <xsl:param name="home-href" select="'http://tomcat.apache.org/'"/> + <xsl:param name="home-href" select="'https://tomcat.apache.org/'"/> <xsl:param name="home-logo" select="'/images/tomcat.png'"/> <xsl:param name="home-stylesheet" select="'/images/docs-stylesheet.css'"/> <xsl:param name="apache-logo" select="'/images/asf-logo.svg'"/> @@ -43,11 +43,11 @@ <xsl:param name="build-date" select="'MMM d yyyy'"/> <xsl:param name="build-date-iso-8601" select="'yyyy-MM-dd'"/> <xsl:param name="year" select="'yyyy'"/> - <xsl:param name="buglink" select="'http://bz.apache.org/bugzilla/show_bug.cgi?id='"/> - <xsl:param name="revlink" select="'http://svn.apache.org/viewvc?view=rev&rev='"/> - <xsl:param name="doclink" select="'http://tomcat.apache.org/tomcat-8.0-doc'"/> - <xsl:param name="sylink" select="'http://tomcat.apache.org/security-8.html'"/> - <xsl:param name="dllink" select="'http://tomcat.apache.org/download-80.cgi'"/> + <xsl:param name="buglink" select="'https://bz.apache.org/bugzilla/show_bug.cgi?id='"/> + <xsl:param name="revlink" select="'https://svn.apache.org/viewvc?view=rev&rev='"/> + <xsl:param name="doclink" select="'https://tomcat.apache.org/tomcat-8.0-doc'"/> + <xsl:param name="sylink" select="'https://tomcat.apache.org/security-8.html'"/> + <xsl:param name="dllink" select="'https://tomcat.apache.org/download-80.cgi'"/> <xsl:param name="sitedir" select="''"/> <xsl:param name="filename" select="'-'"/> @@ -115,7 +115,7 @@ document.addEventListener("DOMContentLoaded", (function() { var commentsDiv = document.getElementById("comments_thread"); var commentsShortname = "tomcat"; - var commentsIdentifier = "http://tomcat.apache.org/" + + var commentsIdentifier = "https://tomcat.apache.org/" + thisScript.getAttribute("data-comments-identifier") + ".html"; (function(w, d) { @@ -157,7 +157,7 @@ <xsl:value-of select="$relative-path"/><xsl:value-of select="$apache-logo"/> </xsl:variable> <div class="asfLogo noPrint"> - <a href="http://www.apache.org/" target="_blank"><img src="{$src}" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"/></a> + <a href="https://www.apache.org/" target="_blank"><img src="{$src}" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"/></a> </div> <h1><xsl:value-of select="$project/title"/></h1> <div class="versionInfo"> @@ -198,9 +198,9 @@ <strong>Notice: </strong>This comments section collects your suggestions on improving documentation for Apache Tomcat.<br/><br/> If you have trouble and need help, read - <a href="http://tomcat.apache.org/findhelp.html">Find Help</a> page + <a href="https://tomcat.apache.org/findhelp.html">Find Help</a> page and ask your question on the tomcat-users - <a href="http://tomcat.apache.org/lists.html">mailing list</a>. + <a href="https://tomcat.apache.org/lists.html">mailing list</a>. Do not ask such questions here. This is not a Q&A section.<br/><br/> The Apache Comments System is explained <a href="{$commentslink}">here</a>. Comments may be removed by our moderators if they are either Modified: tomcat/tc8.0.x/trunk/webapps/docs/tribes/project.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/tribes/project.xml?rev=1834077&r1=1834076&r2=1834077&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/tribes/project.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/tribes/project.xml Fri Jun 22 07:18:43 2018 @@ -16,7 +16,7 @@ limitations under the License. --> <project name="Apache Tribes Documentation - Top Level Directory" - href="http://tomcat.apache.org/"> + href="https://tomcat.apache.org/"> <title>Apache Tribes - The Tomcat Cluster Communication Module</title> @@ -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="http://wiki.apache.org/tomcat/FAQ" /> + <item name="FAQ" href="https://wiki.apache.org/tomcat/FAQ" /> <item name="User Comments" href="#comments_section"/> </menu> Modified: tomcat/tc8.0.x/trunk/webapps/docs/web-socket-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/web-socket-howto.xml?rev=1834077&r1=1834076&r2=1834077&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/web-socket-howto.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/web-socket-howto.xml Fri Jun 22 07:18:43 2018 @@ -34,18 +34,18 @@ <section name="Overview"> <p>Tomcat provides support for WebSocket as defined by - <a href="http://tools.ietf.org/html/rfc6455">RFC 6455</a>.</p> + <a href="https://tools.ietf.org/html/rfc6455">RFC 6455</a>.</p> </section> <section name="Application development"> <p>Tomcat implements the Java WebSocket 1.1 API defined by <a - href="http://www.jcp.org/en/jsr/detail?id=356">JSR-356</a>.</p> + href="https://www.jcp.org/en/jsr/detail?id=356">JSR-356</a>.</p> <p>There are several example applications that demonstrate how the WebSocket API can be used. You will need to look at both the client side <a - href="http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/websocket/"> + href="https://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/websocket/"> HTML</a> and the server side <a - href="http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/"> + href="https://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/"> code</a>.</p> </section> Modified: tomcat/tc8.0.x/trunk/webapps/docs/websocketapi/index.html URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/websocketapi/index.html?rev=1834077&r1=1834076&r2=1834077&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/websocketapi/index.html (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/websocketapi/index.html Fri Jun 22 07:18:43 2018 @@ -27,7 +27,7 @@ The WebSocket Javadoc is not installed b the "fulldocs" package to get it. You can also access the javadoc online in the Tomcat -<a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/"> +<a href="https://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/"> documentation bundle</a>. </body> Modified: tomcat/tc8.0.x/trunk/webapps/docs/windows-auth-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/windows-auth-howto.xml?rev=1834077&r1=1834076&r2=1834077&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/windows-auth-howto.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/windows-auth-howto.xml Fri Jun 22 07:18:43 2018 @@ -221,7 +221,7 @@ com.sun.security.jgss.krb5.accept { <subsection name="References"> <p>Correctly configuring Kerberos authentication can be tricky. The following references may prove helpful. Advice is also always available from the - <a href="http://tomcat.apache.org/lists.html#tomcat-users">Tomcat users + <a href="https://tomcat.apache.org/lists.html#tomcat-users">Tomcat users mailing list</a>.</p> <ol> <li><a href="http://www.adopenstatic.com/cs/blogs/ken/archive/2006/10/19/512.aspx"> @@ -296,7 +296,7 @@ com.sun.security.jgss.krb5.accept { They are:</p> <ol> <li>Configure IIS as a reverse proxy for Tomcat (see the - <a href="http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html"> + <a href="https://tomcat.apache.org/connectors-doc/webserver_howto/iis.html"> IIS Web Server How-To)</a>.</li> <li>Configure IIS to use Windows authentication</li> <li>Configure Tomcat to use the authentication user information from IIS by @@ -322,7 +322,7 @@ com.sun.security.jgss.krb5.accept { authentication. They are:</p> <ol> <li>Configure httpd as a reverse proxy for Tomcat (see the - <a href="http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html"> + <a href="https://tomcat.apache.org/connectors-doc/webserver_howto/apache.html"> Apache httpd Web Server How-To)</a>.</li> <li>Configure httpd to use Windows authentication</li> <li>Configure Tomcat to use the authentication user information from httpd by Modified: tomcat/tc8.0.x/trunk/webapps/docs/windows-service-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/windows-service-howto.xml?rev=1834077&r1=1834076&r2=1834077&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/windows-service-howto.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/windows-service-howto.xml Fri Jun 22 07:18:43 2018 @@ -384,14 +384,14 @@ To update the service parameters, you ne </p> <source>Update the service named 'Tomcat<version-major/>' -C:\> tomcat<version-major/> //US//Tomcat<version-major/> --Description="Apache Tomcat Server - http://tomcat.apache.org/ " ^ +C:\> tomcat<version-major/> //US//Tomcat<version-major/> --Description="Apache Tomcat Server - https://tomcat.apache.org/ " ^ --Startup=auto --Classpath=%JAVA_HOME%\lib\tools.jar;%CATALINA_HOME%\bin\bootstrap.jar</source> <p>If you gave the service an optional name, you need to specify it like this: </p> <source>Update the service named 'MyService' -C:\> tomcat<version-major/> //US//MyService --Description="Apache Tomcat Server - http://tomcat.apache.org/ " ^ +C:\> tomcat<version-major/> //US//MyService --Description="Apache Tomcat Server - https://tomcat.apache.org/ " ^ --Startup=auto --Classpath=%JAVA_HOME%\lib\tools.jar;%CATALINA_HOME%\bin\bootstrap.jar</source> </section> Modified: tomcat/tc8.0.x/trunk/webapps/examples/jsp/index.html URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/examples/jsp/index.html?rev=1834077&r1=1834076&r2=1834077&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/examples/jsp/index.html (original) +++ tomcat/tc8.0.x/trunk/webapps/examples/jsp/index.html Fri Jun 22 07:18:43 2018 @@ -33,7 +33,7 @@ parts of the Java Server Pages (JSP) spe JSP 1.2 examples are presented below. <p>These examples will only work when these pages are being served by a servlet engine; of course, we recommend -<a href="http://tomcat.apache.org/">Tomcat</a>. +<a href="https://tomcat.apache.org/">Tomcat</a>. They will not work if you are viewing these pages via a "file://..." URL. <p>To navigate your way through the examples, the following icons will --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org