Index: lams_tool_deploy/test/file/deploy.properties =================================================================== diff -u -r3e1c3cc5291e781560fe935140c6c985229df7e4 -r8ad3ce44f05fdb00f6c9e7e2bbb6d65c70ca20c5 --- lams_tool_deploy/test/file/deploy.properties (.../deploy.properties) (revision 3e1c3cc5291e781560fe935140c6c985229df7e4) +++ lams_tool_deploy/test/file/deploy.properties (.../deploy.properties) (revision 8ad3ce44f05fdb00f6c9e7e2bbb6d65c70ca20c5) @@ -3,37 +3,37 @@ #Password for Install DB -dbPassword=lamsdemo +dbPassword=dag.Quiz #user for install db -dbUsername=lams +dbUsername=root #Driver Connection URL -dbDriverUrl=jdbc:mysql://localhost:3306/lams +dbDriverUrl=jdbc:mysql://localhost:3306/scratch #Classname of JDBC driver dbDriverClass=com.mysql.jdbc.Driver #List of files to move to the deploy directory -deployFiles=lams_tool_imscp.war,lams_tool_imscp.jar +deployFiles=test/file/test-dummy.war,test/file/test-dummy.jar #nameof SQL script file to create and populate the tool tables -toolTablesScriptPath=create_imscp_db.sql +toolTablesScriptPath=test/file/sql/create_tool_tables.sql #Path of SQL script file to create the tool library activity -toolActivityInsertScriptPath=insert_imscp_activity.sql +toolActivityInsertScriptPath=test/file/sql/activity_insert.sql #Path of SQL script to insert the library record -toolLibraryInsertScriptPath=insert_imscp_library.sql +toolLibraryInsertScriptPath=test/file/sql/library_insert.sql #name of SQL script that inserts the lams_tool record -toolInsertScriptPath=insert_imscp_tool.sql +toolInsertScriptPath=test/file/sql/tool_insert.sql #path to lams ear dir -lamsEarPath=/var/jboss/server/default/deploy/lams.ear +lamsEarPath=test/file/lams.ear #Context path to deploy the tool under -toolContext=/lams/tool/imscp +toolContext=/lams/tool/test #URI of tool web app location -toolWebUri=lams_tool_imscp.war +toolWebUri=test-dummy.war