Changeset 6807 for trunk/doc/src/docbook/admin/installation.xml
- Timestamp:
- Mar 26, 2015, 1:10:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/admin/installation.xml
r6763 r6807 47 47 48 48 <important id="installation.upgrade.important"> 49 <title>Important information for upgrading to the current release</title>49 <title>Important information for upgrading to BASE 3.5</title> 50 50 <para> 51 51 This section list some important information that may or may not … … 56 56 </para> 57 57 58 <bridgehead>Biomaterial lists have been replaced with item lists</bridgehead> 59 <para> 60 This is a major change that has caused a binary compatibility in the BASE core 61 API. If you depend on custom extensions or plug-ins that use the biomaterial list 62 API this code must be updated before updating to BASE 3.5. Read more 63 about the incompatibilities in <xref linkend="appendix.incompatible.itemlists" />. 64 </para> 65 58 66 <bridgehead>Consider updating to Java 8</bridgehead> 59 67 <para> … … 62 70 in the next version (BASE 3.6). 63 71 </para> 72 73 <bridgehead>Consider updating to Tomcat 8</bridgehead> 74 <para> 75 We have now tested BASE with Tomcat 8 and it seems to work without 76 any problems. Support for Tomcat 7 will be removed in the next 77 version (BASE 3.6). 78 </para> 79 64 80 65 81 </important> … … 597 613 <listitem> 598 614 <para> 599 Download and install Apache Tomcat 7.0.30 or any later 7.x600 release,available from <ulink url="http://tomcat.apache.org" />.615 Download and install Apache Tomcat 8 (recommended) or 616 Apache Tomcat 7 available from <ulink url="http://tomcat.apache.org" />. 601 617 </para> 602 618 603 619 <important> 604 620 <para> 605 As of BASE 3. 3 Tomcat 7 is required. BASE will no longer606 run on Tomcat 6 or lower.621 As of BASE 3.5, we are recommending Tomcat 8. Support for Tomcat 622 7 will be removed in BASE 3.6. 607 623 </para> 608 624 </important>
Note: See TracChangeset
for help on using the changeset viewer.