Index: lams_bb_integration/web/admin/config.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/web/admin/config.jsp,v diff -u -r1.5 -r1.6 --- lams_bb_integration/web/admin/config.jsp 3 Dec 2014 20:35:43 -0000 1.5 +++ lams_bb_integration/web/admin/config.jsp 29 Jul 2015 10:44:31 -0000 1.6 @@ -33,6 +33,7 @@ String SecretKey = p.getProperty("LAMS_SERVER_SKEY", ""); 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://"); //Add port to the url if the port is in the blackboard url int bbport = request.getServerPort(); @@ -71,6 +72,9 @@ + + +

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