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:
parent
8ac8b75f5f
commit
ce7dfe79e8
1 changed files with 10 additions and 10 deletions
|
@ -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.
|
# 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_username = vivoUser
|
||||||
mysql_password = vivoPass
|
mysql_password = vivoPass
|
||||||
mysql_dumpfile = test-model/testmodeldump.sql
|
mysql_dumpfile = test-model/testmodeldump.sql
|
||||||
mysql_db_name = vivo
|
mysql_db_name = vivo
|
||||||
vivo_webapp_directory = /usr/local/tomcat//webapps/vivo
|
vivo_webapp_directory = /usr/local/tomcat//webapps/vivo
|
||||||
upload_directory = /usr/local/vivo/data/uploads
|
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.
|
# These properties control the output formatting of the tests.
|
||||||
#
|
#
|
||||||
ignored_tests_file = suites/ignored_tests.txt
|
ignored_tests_file = suites/ignored_tests.txt
|
||||||
summary_css_file = suites/output_summary.css
|
|
Loading…
Add table
Reference in a new issue