Changeset 7613
- Timestamp:
- Mar 1, 2019, 11:14:39 AM (5 years ago)
- Location:
- trunk/doc/src/docbook
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/admin/installation.xml
r7609 r7613 37 37 These instructions apply only to the BASE release which this 38 38 document is a part of. The instructions here assume 39 that <ulink url="http://tomcat.apache.org/">Apache Tomcat 8</ulink> is used39 that <ulink url="http://tomcat.apache.org/">Apache Tomcat 9 (or 8)</ulink> is used 40 40 on the server side. Other servlet engines may work but we only 41 41 test with Tomcat. … … 54 54 upgrading from a BASE installation that is older (3.0-3.13) 55 55 you should also read <xref linkend="appendix.update_warnings" />. 56 </para> 57 58 <bridgehead>Consider upgrading to Tomcat 9</bridgehead> 59 <para> 60 We have started to test BASE with Tomcat 9 and has not found any problems 61 so far. For new installations we recommend that Tomcat 9 is used. Official 62 support for Tomcat 8 will be dropped in a future BASE version. For existing 63 installations our recommendation is to start planning for an upgrade to 64 Tomcat 9. 56 65 </para> 57 66 … … 102 111 If the BASE application is not shut down already, it is 103 112 time to do it now. Do something like <command>sudo 104 /etc/init.d/tomcat 8.0 stop</command>113 /etc/init.d/tomcat9.0 stop</command> 105 114 </para> 106 115 … … 237 246 <para> 238 247 Start the Tomcat server: <command>sudo 239 /etc/init.d/tomcat 8.0 start</command>248 /etc/init.d/tomcat9.0 start</command> 240 249 </para> 241 250 </listitem> … … 607 616 <listitem> 608 617 <para> 609 Download and install Apache Tomcat 8618 Download and install Apache Tomcat 9 610 619 available from <ulink url="http://tomcat.apache.org" />. 611 620 </para> … … 613 622 <important> 614 623 <para> 615 As of BASE 3.6 we are only supporting Tomcat 8. 616 Tomcat 7 may work, but there is no guarantee. 624 As of BASE 3.15 we are recommending that Tomcat 9 is used for new 625 installations. BASE still supports Tomcat 8, but this will (officially) 626 be dropped in a future release. 617 627 </para> 618 628 </important> … … 660 670 <para> 661 671 For more information about Tomcat options see 662 <ulink url="http ://tomcat.apache.org/tomcat-8.0-doc/index.html" />.672 <ulink url="https://tomcat.apache.org/tomcat-9.0-doc/index.html" />. 663 673 </para> 664 674 </listitem> -
trunk/doc/src/docbook/appendix/update_warnings.xml
r7609 r7613 38 38 <sect1 id="appendix.update_warnings.3.15"> 39 39 <title>BASE 3.15</title> 40 41 <bridgehead>Consider upgrading to Tomcat 9</bridgehead> 42 <para> 43 We have started to test BASE with Tomcat 9 and has not found any problems 44 so far. For new installations we recommend that Tomcat 9 is used. Official 45 support for Tomcat 8 will be dropped in a future BASE version. For existing 46 installations our recommendation is to start planning for an upgrade to 47 Tomcat 9. 48 </para> 40 49 41 50 <bridgehead>Secondary storage support has been removed</bridgehead>
Note: See TracChangeset
for help on using the changeset viewer.