Changeset 2079 for trunk/doc/tomcat_with_java_1.5.txt
- Timestamp:
- Mar 15, 2006, 11:02:14 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/tomcat_with_java_1.5.txt
r732 r2079 1 $Id$ 2 3 Copyright (C) 2005 Nicklas Nordborg 4 Copyright (C) 2006 Jari Häkkinen 5 6 This file is part of BASE - BioArray Software Environment. Available 7 at http://base.thep.lu.se/ 8 9 BASE is free software; you can redistribute it and/or modify it under 10 the terms of the GNU General Public License as published by the Free 11 Software Foundation; either version 2 of the License, or (at your 12 option) any later version. 13 14 BASE is distributed in the hope that it will be useful, but WITHOUT 15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 17 for more details. 18 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 22 USA. 23 24 1 25 2 26 How to configure Tomcat to use Java 1.5 3 27 ======================================= 4 28 5 The new Tomcat 5.5 comes with it's own compiler, which is not 6 Java 1.5 compatible. Here are the instructions to replace the 7 built-in compiler with Sun's compiler. 29 The below trick is not needed for later Tomcat 5.5 releases. We have 30 succesfully installed, and use, a non-modified Tomcat version 5.5.15 31 with BASE. If you use release 5.5.15 or later you can safely skip the 32 rest of this file. 33 34 The new Tomcat 5.5 (and older tomcat 5) comes with it's own compiler, 35 which is not Java 1.5 compatible. Here are the instructions to replace 36 the built-in compiler with Sun's compiler. 8 37 9 38 It requires that you have downloaded and installed Java 1.5 SDK
Note: See TracChangeset
for help on using the changeset viewer.