Changes between Version 10 and Version 11 of Installing


Ignore:
Timestamp:
Dec 14, 2009, 8:34:38 PM (14 years ago)
Author:
Gavin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installing

    v10 v11  
    1 == Install ==
     1= Installing =
    22
    33!GnuMims is a web application built with the Grails web framework.
     
    3434 * Navigate to 'Admin' and create the base data (demo data is optional).
    3535
    36 '''Tomcat Setup Tips'''
    37 
    38  * In Debian add/adjust the following lines in /etc/default/tomcat5.5:
    39   * JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun/
    40   * JAVA_OPTS="-Djava.awt.headless=true -Xmx256M"
    41   * TOMCAT5_SECURITY=no
    42  * To work around a java.lang.!UnsatisfiedLinkError in Debian Lenny run the following commands:
    43   * i386: ln -s /usr/lib/jvm/java-1.5.0-sun/jre/lib/i386/libmlib_image.so /usr/lib
    44   * amd64: ln -s /usr/lib/jvm/java-1.5.0-sun/jre/lib/amd64/libmlib_image.so /usr/lib
    45   * both: ldconfig
    46  * Note:
    47   * The above security settings should not be used in production, see http://tomcat.apache.org/tomcat-5.5-doc/security-manager-howto.html
    48   * As always the more memory the better but gnuMims is known to run at this setting and perhaps even lower.
     36[wiki:InstallationTips More installation tips]