Changes between Version 11 and Version 12 of SORTA
- Timestamp:
- 2015-03-30T13:45:39+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SORTA
v11 v12 11 11 [[BR]] 12 12 '''Step 3 - configure SORTA property file'''[[BR]] 13 * Create the directory ~/.molgenis/ omxand create a file called molgenis-server.properties in this folder (~ is your home folder)13 * Create the directory ~/.molgenis/sorta and create a file called molgenis-server.properties in this folder (~ is your home folder) 14 14 * Add user and database properties to this file, such as this example: 15 16 15 {{{ 17 16 db_user=molgenis … … 21 20 user.password=admin 22 21 }}} 22 * If these properties are not present, SORTA will not start. This properties-file should be in your home folder, if the file is not there yet, just create it. 23 [[BR]] 23 24 24 * If these properties are not present, SORTA will not start. This properties-file should be in your home folder, if the file is not there yet, just create it. 25 '''Step 4 - configure tomcat 7'''[[BR]] 26 * Create a file called setenv.sh in apache-tomcat-7.[version.number]/bin/ 27 * Add the configuration to the file, such as this example: 28 {{{ 29 CATALINA_OPTS="-Xmx2g -XX:MaxPermSize=256m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -Dmolgenis.home=~/.molgenis/sorta" 30 }}} 31 32 25 33 26 34 [[BR]] 27 '''Step 4- deploy SORTA in tomcat 7'''[[BR]]35 '''Step 5 - deploy SORTA in tomcat 7'''[[BR]] 28 36 * Unzip apache-tomcat-7.[version.number].tar.gz 29 37 * Move SORTA.war to apache-tomcat-7.[version.number]/webapps/