[Building Sakai] Building Sakai from Source

Gregory Guthrie guthrie at mum.edu
Sat Feb 22 14:40:09 PST 2014


I also see that it gives two different settings for JAVA_OPTS, one in the Java section, and another in the tomcat section::

export JAVA_OPTS='-server -Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=512m -XX:NewSize=192m -XX:MaxNewSize=384m -Djava.awt.headless=true -Dhttp.agent=Sakai -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false -Dsun.lang.ClassLoader.allowArraySyntax=true'

export JAVA_OPTS="-server -Xmx1028m -XX:MaxPermSize=320m -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false -Djava.awt.headless=true -Dcom.sun.management.jmxremote -Dsun.lang.ClassLoader.allowArraySyntax=true"

-------------------------------------------
> Subject: Building Sakai from Source
> 
> A few very simple questions about the page: Sakai CLE 2.9 install guide (source)
>      https://confluence.sakaiproject.org/pages/viewpage.action?pageId=82249316
> 
> - It has some sections labelled with a red (-) sign, are those depreciated? And if so why are
> they still there?
> 
> For example the "Java Settings" section gives several options;
>    -Dsun.lang.ClassLoader.allowArraySyntax=true
>    -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false
>    -Dhttp.agent=Sakai
> Which I presume are additional JAVA_OPTS, but not included except in the (-) section.
> 
> The Tomcat section, says to get Tomcat, but then not to use anything newer that Tomcat
> 7.0.21 (current version is 7.0.52); but the JIRAs references are all marked "closed". Can one
> use current version of Tomcat?
> 
> (The Subversion site has changed - is now: subversion.apache.org)


More information about the sakai-dev mailing list