Changeset 2079 for trunk/doc/installation.html
- Timestamp:
- Mar 15, 2006, 11:02:14 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/installation.html
r2060 r2079 217 217 <p> 218 218 <i>Tomcat</i> <br> 219 Download and install tomcat 5. 0.* or 5.5.*,219 Download and install tomcat 5.5.15 or later, 220 220 available from <a 221 221 href=http://jakarta.apache.org/tomcat/>http://jakarta.apache.org/tomcat/</a>. 222 We have tested BASE with 5.0.30 and 5.5.7, but later version should 223 also work. The versions we have tested use a built in Java 1.4 224 compiler, to make it work with Java 1.5 read and follow the 225 instructions in: 226 <code>base-2.0RC1/doc/tomcat_with_java_1.5.txt</code>. 222 We are now recommending everyone to run a late 5.5 release since 223 the trick described in <a 224 href=http://lev.thep.lu.se/trac/base/browser/trunk/doc/tomcat_with_java_1.5.txt>doc/tomcat_with_java_1.5.txt</a> is not needed anymore. 225 226 We have previously tested BASE with tomcat releases 5.0.30 and 227 5.5.7. However, these versions use a built in Java 1.4 compiler, 228 to make it work with Java 1.5 read and follow the instructions in 229 <a 230 href=http://lev.thep.lu.se/trac/base/browser/trunk/doc/tomcat_with_java_1.5.txt>doc/tomcat_with_java_1.5.txt</a> 227 231 </p> 228 232 … … 233 237 <code>CATALINA_OPTS</code> to <code>-server</code>. It is also a good idea 234 238 to specify the maximum allowed memory to use: <code>-server -Xmx500m</code> 235 sets it to 500 megabytes. For more information about Tomcat options see 236 <a href="http://www.chemaxon.com/jchem/doc/admin/tomcat.html">http://www.chemaxon.com/jchem/doc/admin/tomcat.html</a> 239 sets it to 500 megabytes. Basically add the next line close to the 240 top of the <code>catalina.sh</code> script that comes with tomcat 241 (diectory <code>bin</code>): 242 <pre> 243 CATALINA_OPTS="-server -Xmx500m" 244 </pre> 245 </p> 246 247 <p> 248 For more information about Tomcat options see 249 <a 250 href="http://www.chemaxon.com/jchem/doc/admin/tomcat.html">http://www.chemaxon.com/jchem/doc/admin/tomcat.html</a>. 237 251 </p> 238 252
Note: See TracChangeset
for help on using the changeset viewer.