You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2020/02/25 14:57:15 UTC

[ofbiz-framework] 03/03: Documented: Upgrades the documentation references in catalina/ofbiz-component.xml to the 9.0 documentation.

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

jleroux pushed a commit to branch release17.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git

commit aeff5b75eccd92c6c1c712203761987bc00cf846
Author: Michael Brohl <mb...@apache.org>
AuthorDate: Sun Feb 23 12:45:21 2020 +0100

    Documented: Upgrades the documentation references  in
    catalina/ofbiz-component.xml to the 9.0 documentation.
---
 framework/catalina/ofbiz-component.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/framework/catalina/ofbiz-component.xml b/framework/catalina/ofbiz-component.xml
index 2f12113..2b2085c 100644
--- a/framework/catalina/ofbiz-component.xml
+++ b/framework/catalina/ofbiz-component.xml
@@ -66,7 +66,7 @@ under the License.
             <property name="enable-cross-subdomain-sessions" value="false"/>
         </property>
         <property name="ajp-connector" value="connector">
-            <!-- see http://tomcat.apache.org/tomcat-8.0-doc/config/ajp.html for reference -->
+            <!-- see https://tomcat.apache.org/tomcat-9.0-doc/config/ajp.html for reference -->
             <!--<property name="address" value=""/>-->
             <property name="port" value="8009"/>
             <property name="protocol" value="AJP/1.3"/>
@@ -97,7 +97,7 @@ under the License.
             -->
         </property>
         <property name="http-connector" value="connector">
-            <!-- see http://tomcat.apache.org/tomcat-8.0-doc/config/http.html for reference -->
+            <!-- see https://tomcat.apache.org/tomcat-9.0-doc/config/http.html for reference -->
             <!--<property name="address" value=""/>-->
             <property name="port" value="8080"/>
             <property name="protocol" value="HTTP/1.1"/>
@@ -126,7 +126,7 @@ under the License.
             -->
         </property>
         <property name="https-connector" value="connector">
-            <!-- see http://tomcat.apache.org/tomcat-8.0-doc/config/http.html for reference -->
+            <!-- see https://tomcat.apache.org/tomcat-9.0-doc/config/http.html for reference -->
             <!--<property name="address" value=""/>-->
             <property name="port" value="8443"/>
             <property name="protocol" value="HTTP/1.1"/>