Index: lams_bb_integration/web/admin/config.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/web/admin/config.jsp,v diff -u -r1.8 -r1.9 --- lams_bb_integration/web/admin/config.jsp 10 Jan 2017 12:52:48 -0000 1.8 +++ lams_bb_integration/web/admin/config.jsp 10 Jan 2017 12:58:11 -0000 1.9 @@ -34,8 +34,6 @@ String ReqSrc = p.getProperty("BB_REQ_SRC"); String lamsServerTimeRefreshInterval = p.getProperty("LAMS_SERVER_TIME_REFRESH_INTERVAL"); String lamsAltServerUrl = p.getProperty("LAMS_ALT_SERVER_URL", "https://"); - //*NTU* added for i-NTULearn project - String idpServer = p.getProperty("IDP_SERVER", ""); //Add port to the url if the port is in the blackboard url int bbport = request.getServerPort(); @@ -77,10 +75,6 @@ - <%--*NTU* added for i-NTULearn project--%> - - -

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