Index: lams_bb_integration/web/admin/config.jsp
===================================================================
diff -u -re5924606b9ac1343bde0ba579b2861858d2c03af -r4b7e45d85fc475157ddbadfa8fff056f5e0a1d6f
--- lams_bb_integration/web/admin/config.jsp (.../config.jsp) (revision e5924606b9ac1343bde0ba579b2861858d2c03af)
+++ lams_bb_integration/web/admin/config.jsp (.../config.jsp) (revision 4b7e45d85fc475157ddbadfa8fff056f5e0a1d6f)
@@ -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.