Index: lams_bb_integration/web/admin/config.jsp
===================================================================
diff -u -ra8f2859ee903c129921e653ce789dca19cc60f1f -rc42107bc1dd1796f8effeecef9366f0be5795923
--- lams_bb_integration/web/admin/config.jsp (.../config.jsp) (revision a8f2859ee903c129921e653ce789dca19cc60f1f)
+++ lams_bb_integration/web/admin/config.jsp (.../config.jsp) (revision c42107bc1dd1796f8effeecef9366f0be5795923)
@@ -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.