Index: lams_webct_integration/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_webct_integration/build.properties,v diff -u -r1.3 -r1.4 --- lams_webct_integration/build.properties 5 Dec 2007 04:30:46 -0000 1.3 +++ lams_webct_integration/build.properties 20 Dec 2007 00:51:49 -0000 1.4 @@ -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