...
- Your sakai.properties file may define any other Sakai properties (such as database configuration, server identification, etc.)
- the Sakaibrary-specific properties will not effect other configuration.
- the Sakaibrary-specific properties are not dependent on other configuration properties.
Anchor | ||||
---|---|---|---|---|
|
Sample
I am a library programmer wanting to try out Sakaibrary on my own laptop.
My institution, Tango University, uses MetaLib and we have a license for the MetaLib X-Server. Our instance of MetaLib is called, Tango Research. The X-Server's base address is:
No Format |
---|
http://research.tango.edu/X |
I have created a special user just for my testing purposes - username=xserver, password=revresx.
We are using SFX at our school, but I am not certain of SFX's base URL at this time. For the time being, I will use OCLC's OpenURL Resovler Gateway. The label that our school is using for OpenURL services is, "Get It".
I am using Tomcat 5.5.17 and it is located at /opt/apache-tomcat-5.5.17
.
My sakai.properties (located: /opt/apache-tomcat-5.5.17/sakai/sakai.properties
) would contain at least the following lines:
No Format |
---|
osidImpl@org.sakaiproject.citation.api.SearchManager=org.sakaibrary.osid.repository.xserver
metasearchUsername@org.sakaiproject.citation.api.SearchManager=xserver
metasearchPassword@org.sakaiproject.citation.api.SearchManager=revresx
metasearchBaseUrl@org.sakaiproject.citation.api.SearchManager=http://research.tango.edu/X
openUrlResolverAddress@org.sakaiproject.citation.api.CitationService=http://worldcatlibraries.org/registry/gateway
openUrlLabel@org.sakaiproject.citation.api.CitationService=Get It
|