Index: lams_tool_deploy/test/file/deploy.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_deploy/test/file/Attic/deploy.properties,v diff -u -r1.2 -r1.3 --- lams_tool_deploy/test/file/deploy.properties 6 Apr 2005 06:23:05 -0000 1.2 +++ lams_tool_deploy/test/file/deploy.properties 8 Apr 2005 01:41:02 -0000 1.3 @@ -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