Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
75:mandatory_manual_upgrade_steps_for_version_75 [2021/03/15 16:00] – [Manual Steps After Upgrading] etea75:mandatory_manual_upgrade_steps_for_version_75 [2024/02/15 00:00] (current) – external edit 127.0.0.1
Line 22: Line 22:
       * Run update.bat/update.sh       * Run update.bat/update.sh
   * The Resources definition in "conf/server.xml" has to be adjusted. **__Remove__**  the following JarResources inside the <Resources …> tag in server.xml: \\ ''<JarResources className="org.apache.catalina.webresources.DirResourceSet" base="${stages.datacache}/generated/lib" webAppMount="/WEB-INF/lib" />'' \\ **Yes, we know**, this had to be added for version 7.4, now we found a better way to do this.   * The Resources definition in "conf/server.xml" has to be adjusted. **__Remove__**  the following JarResources inside the <Resources …> tag in server.xml: \\ ''<JarResources className="org.apache.catalina.webresources.DirResourceSet" base="${stages.datacache}/generated/lib" webAppMount="/WEB-INF/lib" />'' \\ **Yes, we know**, this had to be added for version 7.4, now we found a better way to do this.
-  * If an AJP connector is used in conf/server.xml, it may need to be adapted. \\ For servers with more than one IP address, add the address attribute to the connector to specify which address shall be used. \\ If the "secret" attribute is not used on the connector, set "secretRequired" attribute to "false". \\ See also: [[https://tomcat.apache.org/tomcat-8.5-doc/config/ajp.html|https://tomcat.apache.org/tomcat-8.5-doc/config/ajp.html]] \\  Example: \\ <font 11pt/inherit;;inherit;;inherit><Connector port="8009" protocol="AJP/1.3" redirectPort="8443" secretRequired="false" address="0.0.0.0" /></font>+  * If an AJP connector is used in conf/server.xml, it may need to be adapted. \\ For servers with more than one IP address, add the address attribute to the connector to specify which address shall be used. \\ If the "secret" attribute is not used on the connector, set "secretRequired" attribute to "false". \\ See also: [[https://tomcat.apache.org/tomcat-8.5-doc/config/ajp.html|https://tomcat.apache.org/tomcat-8.5-doc/config/ajp.html]] \\  Example: \\ <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" secretRequired="false" address="0.0.0.0" />