Forum Problems Installing LAMS: Re: Installation Problem Sakai


 
Search: 

3: Re: Installation Problem Sakai
In response to 1 11/29/05 06:45 PM
[ Reply | Forward ]
All is running on the same box called bort

mysql> select * from ext_server_org_map;+-----+---------------+---------------+------------+------------+--------+------------------------------------------------------------------------------------------------------+-------------+----------+-------+
| sid | serverid | serverkey | servername | serverdesc | prefix | userinfo_url | timeout_url | disabled | orgid |
+-----+---------------+---------------+------------+------------+--------+------------------------------------------------------------------------------------------------------+-------------+----------+-------+
| 1 | sakaicamtools | LAMSSERVERKEY | sakai | sakai | sakai | http://bort:8180/sakai-lams-plugin/servlet/UserDataServlet?uid=%username%&ts=%timestamp%&hash=%hash% | 300 | 0 | 0 |
+-----+---------------+---------------+------------+------------+--------+------------------------------------------------------------------------------------------------------+-------------+----------+-------+
1 row in set (0.06 sec)

mysql>

in sakai/sakai.properties

lams.serverId = sakaicamtools
lams.serverKey = LAMSSERVERKEY
lams.serverAddr = http://bort:8280/

Posted by Ian Boston

13: Re: Re: Installation Problem Sakai
In response to 3 11/29/05 07:32 PM
[ Reply | Forward ]
Try remove the extra slash at the end in lams.serverAddr
ie: lams.serverAddr = http://bort:8280

Posted by Anthony Xiao

Reply to first post on this page
Back to Problems Installing LAMS