Index: TestHarness4LAMS2/monitorTest1.properties =================================================================== RCS file: /usr/local/cvsroot/TestHarness4LAMS2/monitorTest1.properties,v diff -u -r1.3 -r1.4 --- TestHarness4LAMS2/monitorTest1.properties 11 Dec 2013 11:41:33 -0000 1.3 +++ TestHarness4LAMS2/monitorTest1.properties 13 Jan 2014 08:47:10 -0000 1.4 @@ -1,30 +1,10 @@ -#------------------------------------------------------ -# CallType has 3 valid values: RMI,WS and WEB -# RMI means Remote Method Invocation call; EJB remote interface call is an example. -# WS means Web Service call. -# WEB means URL call. -#------------------------------------------------------- -CallType = WEB -# CallType = WS -# CallType = RMI - #----------------------------------------------------------------------- -# The value of RMIRegistryName is used CallType is RMI. -#----------------------------------------------------------------------- -# RMIRegistryName = StaffService - -#----------------------------------------------------------------- -# This WebServiceAddress value is used when CallType is WS. -#----------------------------------------------------------------- -# WebServiceAddress = /services/LearningSessionService - -#----------------------------------------------------------------------- # If not specified, "Lesson" will be used #----------------------------------------------------------------------- # LessonName = BenchmarkLesson #----------------------------------------------------------------- -# A few URLs have to be defined when CallType is WEB. +# A few URLs have to be defined #----------------------------------------------------------------- InitLessonURL = /monitoring/monitoring.do?method=initializeLesson&learningDesignID=%ldId%&organisationID=%orgId%&userID=%uid%&lessonName=%name% CreateLessonClassURL = /monitoring/monitoring.do?method=createLessonClass&userID=%uid%