# Properties for the Deploy APp #Password for Install DB dbPassword=lamsdemo #user for install db dbUsername=lams #Driver Connection URL dbDriverUrl=jdbc:mysql://localhost:3306/lams #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 #nameof SQL script file to create and populate the tool tables toolTablesScriptName=create_imscp_db.sql #Name of SQL script file to create the tool library activity toolActivityInsertScriptName=insert_imscp_activity.sql #Name of SQL script to insert the library record toolLibraryInsertScriptName=insert_imscp_library.sql #name of SQL script that inserts the lams_tool record toolInsertScriptName=insert_imscp_tool.sql #path to lams ear dir lamsEarPath=/var/jboss/server/default/deploy/lams.ear #Context path to deploy the tool under toolContext=/lams/tool/imscp #URI of tool web app location toolWebUri=lams_tool_imscp.war