Alfresco
I've been playing around with the community version of Alfresco. My server platform is CentOS 5.3 and my application server is JBoss 4.2.2. I am using Sun JDK 1.5. The Alfresco deployment I've selected is the Alfresco Labs 3 Stable WAR release.
Notes:
- Important! export JAVA_OPTS="-Xms128m -Xmx768m -XX:MaxPermSize=128m -server -Dorg.apache.catalina.STRICT_SERVLET_COMPLIANCE=false"
This will prevent Share from throwing the "org.alfresco.web.framework.exception.RendererExecutionException: Unable to execute 'body' JSP include: /site-index.jsp" exception. Tweak the Xms and Xmx values according to your system RAM, but try not to reduce Xmx to below 512m. Without the MaxPermSize, you might see PermGen out of memory exceptions. - Unzip the .war packages for Alfresco and Share, and rename their parent dirs to alfresco.war and share.war respectively. Place both in $JBOSS_HOME/server/default/deploy/.