Changes between Version 10 and Version 11 of InstallationTips


Ignore:
Timestamp:
Dec 15, 2014, 5:24:17 PM (9 years ago)
Author:
Gavin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationTips

    v10 v11  
    88All our testing and configuration is done against Debian servers. [[BR]]
    99
    10  * Install sun-java-6, be sure that no gcj (GNU java) packages are installed:
     10 * Install Java-7, be sure that no gcj (GNU java) packages are installed:
    1111{{{
    1212dpkg --get-selections |grep gcj
    1313}}}
    1414 Note: The above search command must return NO packages.
    15 {{{
    16 aptitude install sun-java6-jdk
    17 }}}
     15
     16 * Install Java-7:
     17  * [http://www.kromhouts.net/blog/server-admin/oracle-sun-java-jdk-for-debian-ubuntu-linux-mint/]
    1818
    1919 * Install tomcat:
     
    3030
    3131 * In Debian add/adjust the following lines in /etc/default/tomcat6:
    32   * JAVA_HOME=/usr/lib/jvm/java-6-sun
     32  * JAVA_HOME=/usr/local/bin/oracle-java-default
    3333  * JAVA_OPTS="-Djava.awt.headless=true -Xms256m -Xmx256M -XX:PermSize=80m -XX:MaxPermSize=80m -XX:+UseConcMarkSweepGC"
    34   * As always the more memory the better but gnuMims is known to run on the demo at this setting.
     34
     35 * As always the more memory the better but gnuMims is known to run on the demo at this setting.
    3536
    3637Only Debian Lenny (old stable):