Index: lams_webct_integration/build.properties =================================================================== diff -u -rbf70c8c3ddc56a62ff1e6357f0782e5d72eaf74b -r548f14d8b9c3ce57d22cf074956e84687d513a29 --- lams_webct_integration/build.properties (.../build.properties) (revision bf70c8c3ddc56a62ff1e6357f0782e5d72eaf74b) +++ lams_webct_integration/build.properties (.../build.properties) (revision 548f14d8b9c3ce57d22cf074956e84687d513a29) @@ -1,53 +1,50 @@ # Build.properties for configuring the LAMS/WebCt integration module - - -# WEBCT SETTINGS + +# WEBCT SETTINGS ############################# - + # Location of WebCt deployablecomponents directory webctDeployableComponentsDir=C:/bea815/weblogic81/config/WebCTDomain/deployablecomponents - + ############################## - - -# DATABASE CONFIGURATION + +# DATABASE CONFIGURATION ############################# - -# The type of database used tested for MsSql and MySql + +# The type of database used, tested for MySql dbType=MySql - + # The host of the database -dbHost=192.168.111.30 - +dbHost=localhost + # The port database is running through dbPort=3306 - -# Database name user and password with permision to webct database -dbName=lams_ldap_2_0_4 + +# Database name, table name, user and password with access from WebCt server +dbName=lams dbTable=webct_lams_lesson dbUser=webct_lams_user -dbPass=webctpass - +dbPass= + ############################# - - - -# SERVER CONFIGURATION (configurable in webct admin) + +# SERVER CONFIGURATION ############################# - + # The URL that points to LAMS, make sure it finishes with a '/' -lamsServerUrl=http://stinger.melcoe.mq.edu.au/lams/ - +lamsServerUrl=http://localhost:8080/lams/ + # Server id serverId=webctlams - + # Secret Key -secretKey=webctlams - -# Resuest source name for your WebCt server -reqSrc=WebCt - -# Url location of image folder containing the images for this integration +secretKey= + +#Request source name for your WebCt server +reqSrc=Blackboard CE + +# Url location of image folder containing the images for this integration # NOTE: This is cannot be changed without re-installing so be sure to check it. -imgUrl=http://192.168.111.30:8080/ -############################# \ No newline at end of file + imgUrl=http://localhost:8080/lams/images/treeicons/ + +############################# \ No newline at end of file