NIHVIVO-222 Return to stopping and starting Tomcat - stopping the webapp ran out of PermGen space no matter what I tried. Also some output formatting improvements.

This commit is contained in:
jeb228 2010-08-31 15:34:53 +00:00
parent 8ac8b75f5f
commit ce7dfe79e8

View file

@ -13,18 +13,18 @@ selenium_jar_path = /vitro/utilities/testrunner/selenium/selenium-se
# These properties are needed to cleanse the data model between test suites.
#
vivo_webapp_name = vivo
tomcat_manager_username = tomcat
tomcat_manager_password = tomcat
mysql_username = vivoUser
mysql_password = vivoPass
mysql_dumpfile = test-model/testmodeldump.sql
mysql_db_name = vivo
vivo_webapp_directory = /usr/local/tomcat//webapps/vivo
upload_directory = /usr/local/vivo/data/uploads
mysql_username = vivoUser
mysql_password = vivoPass
mysql_dumpfile = test-model/testmodeldump.sql
mysql_db_name = vivo
vivo_webapp_directory = /usr/local/tomcat//webapps/vivo
upload_directory = /usr/local/vivo/data/uploads
tomcat_check_ready_command = /usr/local/vivo/commands/check_tomcat.sh
tomcat_stop_command = /usr/local/vivo/commands/stop_tomcat.sh
tomcat_start_command = /usr/local/vivo/commands/start_tomcat.sh
#
# These properties control the output formatting of the tests.
#
ignored_tests_file = suites/ignored_tests.txt
summary_css_file = suites/output_summary.css