Index: lams_webct_integration/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_webct_integration/build.properties,v diff -u -r1.5 -r1.6 --- lams_webct_integration/build.properties 8 Jan 2008 02:48:55 -0000 1.5 +++ lams_webct_integration/build.properties 1 Feb 2008 03:13:05 -0000 1.6 @@ -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