Index: TestHarness4LAMS2/test.properties =================================================================== RCS file: /usr/local/cvsroot/TestHarness4LAMS2/test.properties,v diff -u -r1.2 -r1.3 --- TestHarness4LAMS2/test.properties 11 Aug 2006 06:50:03 -0000 1.2 +++ TestHarness4LAMS2/test.properties 13 Jan 2014 13:05:41 -0000 1.3 @@ -22,7 +22,6 @@ # Each test suite definition typically involves: # one TargetServer., # one ContextRoot., -# one RMIRegistryServicePort., # one HttpPort., # one AdminTestPropertyFile., # one AuthorTestPropertyFile., @@ -37,7 +36,6 @@ # # TargetServer.1=saturn.melcoe.mq.edu.au # ContextRoot.1=/lams -# RMIRegistryServicePort.1=12345 # HttpPort.1=8080 # AdminTestPropertyFile.1=adminTest1.properties # AuthorTestPropertyFile.1=authorTest1.properties @@ -46,7 +44,6 @@ # # TargetServer.2=lams.melcoe.mq.edu.au # ContextRoot.2=/ -# RMIRegistryServicePort.2=54321 # HttpPort.2=1080 # MonitorTestPropertyFile.2=monitorTest2.properties # LearnerTestPropertyFile.2=learnerTest2.properties @@ -60,8 +57,9 @@ #--------------------------------------------------------- # if TargetServer is not specified, localhost will be used. +# Target server must include protocol and port, if custom. #--------------------------------------------------------- -# TargetServer.1=shaun.melcoe.mq.edu.au +# TargetServer.1=https://shaun.melcoe.mq.edu.au:8443 #---------------------------------------------------------- # LAMS central web application context root @@ -75,18 +73,7 @@ #---------------------------------------------------------- ContextRoot.1=/lams -#-------------------------------------------------------------- -# if RMIRegistryServicePort is not specified, 1099 will be used. -#-------------------------------------------------------------- -# RMIRegistryServicePort.1=12345 - -#-------------------------------------------------------------- -# if HttpPort is not specified, 80 will be used. -#-------------------------------------------------------------- -HttpPort.1=8080 - AdminTestPropertyFile.1=adminTest1.properties AuthorTestPropertyFile.1=authorTest1.properties MonitorTestPropertyFile.1=monitorTest1.properties -LearnerTestPropertyFile.1=learnerTest1.properties - +LearnerTestPropertyFile.1=learnerTest1.properties \ No newline at end of file