Changes between Version 4 and Version 5 of ServerAdministrationNBX
- Timestamp:
- Jun 20, 2011, 3:48:54 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerAdministrationNBX
v4 v5 30 30 echo "export CATALINA_OPTS=\"-Xms128m -Xmx2048m -XX:MaxPermSize=720m -XX:MaxHeapFreeRatio=70 -XX:MaxGCPauseMillis=10 -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled\"" >> ~/.bashrc 31 31 }}} 32 * Return to your own (manager) shell 33 {{{ 34 exit 35 }}} 36 * Copy the appropriate virtual host configuration from the SVN templates to the apache virtual host directory and adjust it to you 37 {{{ 38 sudo cp /home/tomcat/vhost/dbnp.org_gscf-www.conf /etc/apache2/sites-available 39 cd /etc/apache2/sites-enabled 40 sudo ln -s ../sites-available/dbnp.org_gscf-www.conf 41 sudo vi dbnp.org_gscf-www.conf 42 }}} 43 * Restart Apache webserver 44 {{{ 45 /etc/init.d/apache2 reload 46 }}}