Index: lams_bb_integration/web/admin/config.jsp =================================================================== diff -u -rc259b06d6cd8117ee8750bd3300ac37729360846 -ra8f2859ee903c129921e653ce789dca19cc60f1f --- lams_bb_integration/web/admin/config.jsp (.../config.jsp) (revision c259b06d6cd8117ee8750bd3300ac37729360846) +++ lams_bb_integration/web/admin/config.jsp (.../config.jsp) (revision a8f2859ee903c129921e653ce789dca19cc60f1f) @@ -32,6 +32,7 @@ String lamsServerId = p.getProperty("LAMS_SERVER_ID", ""); String SecretKey = p.getProperty("LAMS_SERVER_SKEY", ""); String ReqSrc = p.getProperty("BB_REQ_SRC"); + String lamsServerTimeRefreshInterval = p.getProperty("LAMS_SERVER_TIME_REFRESH_INTERVAL"); //Add port to the url if the port is in the blackboard url int bbport = request.getServerPort(); @@ -67,7 +68,10 @@ -

For further information on how to configure these settings, see this tutorial.

+ + + +

For further information on how to configure these settings, see this tutorial.