Hi Caryn, > Can anyone point me to documentation about activating OAI in DSpace > 1.5.2? I know I can setup the QDC.properties, which will guide how the > metadata is distributed, but I need to know how to actually activate the > OAI.
You need to deploy the 'oai' webapp to tomcat like you do the 'jspui' or 'xmlui' webapp. So copy [dspace]/webapps/oai to [tomcat]/webapps/oai/. To access the interface you then use the URL: - http://your-host.example.com/oai/request (this is your base URL) - http://your-host.example.com/oai/request?verb=Identify (an example request) Hope that helps, Stuart Lewis IT Innovations Analyst and Developer Te Tumu Herenga The University of Auckland Library Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand Ph: 64 9 373-7599 x81928 http://www.library.auckland.ac.nz/ ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

