Ignore:
Timestamp:
Mar 15, 2006, 11:02:14 AM (18 years ago)
Author:
Jari Häkkinen
Message:

Fixes #130. The tomcat fix is not needed anymore, updated documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/tomcat_with_java_1.5.txt

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