Index: lams_webct_integration/build.properties =================================================================== diff -u -rcf736e782de985fb389edc999a1588ea9d8893f6 -rdc39866a1a6af7b9534cccd65bb4e5ec2cec8911 --- lams_webct_integration/build.properties (.../build.properties) (revision cf736e782de985fb389edc999a1588ea9d8893f6) +++ lams_webct_integration/build.properties (.../build.properties) (revision dc39866a1a6af7b9534cccd65bb4e5ec2cec8911) @@ -1,8 +1,18 @@ # Build.properties for configuring the LAMS/WebCt integration module - -# DATABASE CONFIGURATION (cant be changed after installation) + + +# WEBCT SETTINGS ############################# +# Location of WebCt Domain Directory +webctDomainDir=C:/bea815/weblogic81/config/WebCTDomain/ + +############################## + + +# DATABASE CONFIGURATION +############################# + # The type of database used tested for MsSql and MySql dbType=MySql @@ -13,19 +23,20 @@ dbPort=3306 # Database name user and password with permision to webct database -dbName=lams +dbName=lams_ldap_2_0_4 dbTable=webct_lams_lesson dbUser=webct_lams_user dbPass=webctpass ############################# -# DEFAULT SERVER CONFIGURATION (configurable in webct admin) + +# SERVER CONFIGURATION (configurable in webct admin) ############################# # The URL that points to LAMS, make sure it finishes with a '/' -lamsServerUrl=http://192.168.111.30:8080/lams/ +lamsServerUrl=http://stinger.melcoe.mq.edu.au/lams/ # Server id serverId=webctlams @@ -36,6 +47,7 @@ # Resuest source name for your WebCt server reqSrc=WebCt -# Url location of image folder containing the images for this integration -imgUrl=/webct/images/ +# 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