Okay, i've spent most of today trying to set this up etc.
Currently i have a working Sakai 2.0.1 installation on this machine, at address
http://localhost:8080/portal. I also have a working LAMS installation on this same machine, at address
http://localhost:8888/lams. I have followed all the instructions within
http://lamsfoundation.org/integration/sakai2/ to the best of my knowlege but i still can not get it to work fully.
When accessing the mercury site sakai.lams is listed, clicking produces a blank page, however when logged in do not see the "admin menu" on top. Equally this applied if i add the LAMS tool to a worksite.
I have modified sakai.properties and the ext_server_org_map to include, the following:
sakai.properties
lams.serverId = lamssvr1
lams.serverKey = pleasework
lams.serverAddr = http://localhost:8888/lams/
mysql
insert into ext_server_org_map (serverid, serverkey, servername, serverdesc, prefix, serinfo_url, timeout_url, disabled, orgid) values ('lamssvr1', 'pleasework', 'Server1', Lams server 1', 'TLE', 'http://localhost:8080/portal/sakai-lams-plugin/servlet/UserDataServlet?uid=%username%&ts=%timestamp%&hash=%hash%', 'http://localhost:8080/portal/', 0, 1020);
Nothing obvious show in any of the logs in which i have looked ( i don't necessarily know where i should be looking). I'm open to any suggestions as to what to do now, if you know of anything which may fix the problem or if i've done something else wrong, please let me know.
Regards
Matt
Posted by Matt Saunders