Changeset 7613


Ignore:
Timestamp:
Mar 1, 2019, 11:14:39 AM (5 years ago)
Author:
Nicklas Nordborg
Message:

References #2152: Test BASE with Tomcat 9

Updated documentation to recommend Tomcat 9 instead of Tomcat 8.

Location:
trunk/doc/src/docbook
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/src/docbook/admin/installation.xml

    r7609 r7613  
    3737    These instructions apply only to the BASE release which this
    3838    document is a part of. The instructions here assume
    39     that <ulink url="http://tomcat.apache.org/">Apache Tomcat 8</ulink> is used
     39    that <ulink url="http://tomcat.apache.org/">Apache Tomcat 9 (or 8)</ulink> is used
    4040    on the server side. Other servlet engines may work but we only
    4141    test with Tomcat.
     
    5454        upgrading from a BASE installation that is older (3.0-3.13)
    5555        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.
    5665      </para>
    5766     
     
    102111            If the BASE application is not shut down already, it is
    103112            time to do it now. Do something like <command>sudo
    104             /etc/init.d/tomcat8.0 stop</command>
     113            /etc/init.d/tomcat9.0 stop</command>
    105114          </para>
    106115         
     
    237246          <para>
    238247            Start the Tomcat server: <command>sudo
    239               /etc/init.d/tomcat8.0 start</command>
     248              /etc/init.d/tomcat9.0 start</command>
    240249          </para>
    241250        </listitem>
     
    607616        <listitem>
    608617          <para>
    609             Download and install Apache Tomcat 8
     618            Download and install Apache Tomcat 9
    610619            available from <ulink url="http://tomcat.apache.org" />.
    611620          </para>
     
    613622          <important>
    614623            <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.
    617627            </para>
    618628          </important>
     
    660670          <para>
    661671            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" />.
    663673          </para>
    664674        </listitem>
  • trunk/doc/src/docbook/appendix/update_warnings.xml

    r7609 r7613  
    3838  <sect1 id="appendix.update_warnings.3.15">
    3939    <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>
    4049 
    4150    <bridgehead>Secondary storage support has been removed</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.