Changeset 4176
- Timestamp:
- Mar 14, 2008, 11:10:07 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r4154 r4176 1323 1323 <link href="http://www.hibernate.org/hib_docs/v3/api"/> 1324 1324 <link href="http://www.jdom.org/docs/apidocs/" /> 1325 <link href="http://java.sun.com/products/servlet/2.2/javadoc/" /> 1325 <link href="http://java.sun.com/products/servlet/2.5/docs/servlet-2_5-mr2/" /> 1326 <link href="http://java.sun.com/products/jsp/2.1/docs/jsp-2_1-pfd2/" /> 1326 1327 <link href="http://www.singularsys.com/jep/doc/javadoc/" /> 1327 1328 <link href="http://www.jfree.org/jfreechart/api/gjdoc/" /> -
trunk/doc/3rd-party-components.txt
r4151 r4176 94 94 95 95 More info : http://java.sun.com/products/servlet/index.jsp 96 Version : 2. 496 Version : 2.5 97 97 License : N/A 98 98 Jar files : jsp-api.jar, servlet-api.jar -
trunk/doc/src/docbook/admindoc/installation_upgrade.xml
r4148 r4176 66 66 <sect1 id="installation_upgrade.upgrade"> 67 67 <title>Upgrade instructions</title> 68 69 <important id="tomcat6"> 70 <title>BASE 2.7 requires Tomcat 6 or higher</title> 71 <para> 72 If you are upgrading from older BASE versions to BASE 2.7 or higher 73 you must also make sure that you are running Tomcat 6 or higher. 74 Earlier BASE versions only required Tomcat 5.5. If you are not 75 already running Tomcat 6 you need to upgrade. 76 </para> 77 </important> 68 78 69 79 <important id="dropindexes"> … … 122 132 If the BASE application is not shut down already, it is 123 133 time to do it now. Do something like <command>sudo 124 /etc/init.d/tomcat 5.5stop</command>134 /etc/init.d/tomcat6.0 stop</command> 125 135 </para> 126 136 </listitem> … … 247 257 As tomcat user, remove cached files and directories. Do 248 258 something like 249 <programlisting>cd /usr/share/apache-tomcat- 5.5.15/259 <programlisting>cd /usr/share/apache-tomcat-6.0.14/ 250 260 rm -rf work/Catalina</programlisting> 251 261 </para> … … 258 268 <para> 259 269 Start the tomcat server: <command>sudo 260 /etc/init.d/tomcat 5.5start</command>270 /etc/init.d/tomcat6.0 start</command> 261 271 </para> 262 272 </listitem> … … 646 656 <listitem> 647 657 <para> 648 Download and install tomcat 5.5.16or later, available658 Download and install tomcat 6.0.14 or later, available 649 659 from <ulink 650 url="http:// jakarta.apache.org/tomcat/" />660 url="http://tomcat.apache.org" /> 651 661 <important> 652 662 You MUST make sure that Tomcat uses the SERVER mode of … … 668 678 <para> 669 679 For more information about Tomcat options see 670 <ulink url="http:// www.chemaxon.com/jchem/doc/admin/tomcat.html" />.680 <ulink url="http://tomcat.apache.org/tomcat-6.0-doc/index.html" />. 671 681 </para> 672 682 </listitem> … … 1029 1039 <programlisting># The following lines makes apache aware of the location of 1030 1040 # the /base2 context 1031 Alias /base2 "/srv/www/tomcat 5/base/webapps/base2"1032 <Directory "/srv/www/tomcat 5/base/webapps/base2">1041 Alias /base2 "/srv/www/tomcat6/base/webapps/base2" 1042 <Directory "/srv/www/tomcat6/base/webapps/base2"> 1033 1043 Options Indexes FollowSymLinks 1034 1044 allow from all
Note: See TracChangeset
for help on using the changeset viewer.