ConcourseSuite Support

Support
Corporate
PUBLIC PROFILE

Steps for a successful Mac OSX Installation

1. Download and install Tomcat 6 stable "Core" from 
http://tomcat.apache.org/download-60.cgi
2. Depending on the total memory of your system, typically set Tomcat’s memory to half of the server by setting the following environment variable (in startup.sh):

export JAVA_OPTS="-Xms512 -Xmx512m -XX:PermSize=64m -XX:MaxPermSize=128m"

3. Download and copy the ConcourseSuite CRM binary (crm.war) file from http://www.concursive.com into Tomcat’s "webapps" directory
4. Setup a service to automatically have Tomcat start and stop during startup and shutdown

Sign in to add your comment.