This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release18.12 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit 57b6e539f7993cd2224554c256f24e9bdac89d18 Author: Michael Brohl <mbr...@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"/>