From 83ac77455f0f6e89dc21232ff9d9a81b7b3d0e17 Mon Sep 17 00:00:00 2001 From: Brandon Kish <bkish@midmich.edu> Date: Mon, 25 Feb 2013 19:14:35 -0500 Subject: [PATCH] Update bbb-lti README to note trailing slash issue Save yourself hours of LTI debugging! Copying/pasting the URL bbb-conf --salt brings along a trailing slash, which bbb-lti does NOT appreciate. :) --- bbb-lti/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbb-lti/README.rst b/bbb-lti/README.rst index bf6a5c7f94..213b7ca5ab 100644 --- a/bbb-lti/README.rst +++ b/bbb-lti/README.rst @@ -44,7 +44,7 @@ Configure the properties sudo vi /var/lib/tomcat6/webapps/lti/WEB-INF/classes/lti.properties -Edit the URL and Salt of the BigBlueButton server you are going to connect to +Edit the URL and Salt of the BigBlueButton server you are going to connect to (NOTE: Remove any trailing slashes from the URL!) bigbluebuttonURL=http://yourbigbluebuttonserver.com/bigbluebutton -- GitLab