Changes between Version 10 and Version 11 of InstallationTips
- Timestamp:
- Dec 15, 2014, 5:24:17 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationTips
v10 v11 8 8 All our testing and configuration is done against Debian servers. [[BR]] 9 9 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: 11 11 {{{ 12 12 dpkg --get-selections |grep gcj 13 13 }}} 14 14 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/] 18 18 19 19 * Install tomcat: … … 30 30 31 31 * In Debian add/adjust the following lines in /etc/default/tomcat6: 32 * JAVA_HOME=/usr/l ib/jvm/java-6-sun32 * JAVA_HOME=/usr/local/bin/oracle-java-default 33 33 * 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. 35 36 36 37 Only Debian Lenny (old stable):