This is an automated email from the ASF dual-hosted git repository.
mbrohl pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new f5a8479 Documented: Upgrades the documentation references in catalina/ofbiz-component.xml to the 9.0 documentation.
f5a8479 is described below
commit f5a8479c46165901ce80afbbd3875f4bc4db3711
Author: Michael Brohl <
[hidden email]>
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 a408c86..9575147 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"/>
@@ -127,7 +127,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"/>