On Thu, Feb 9, 2012 at 18:29, Menk, Robert - 1150 - MITLL <[email protected]> wrote: > I found the docs in the email archive that showed me the solr issue was the > setting for localhost. So I can get to solr via the actual localhost ok.
Yes, that's the default configuration. > But I'm still puzzled by the 404 error for SWORD, OAI, LNI. Anyway, I guess you're probably trying to access /sword/ /oai/ and /lni/ URLs on your server in a web browser. These are web services and they're meant to be used by respective specialized clients and have specific URL semantics. So, if you just want to test it, for OAI this should work: /oai/request?verb=Identify I don't know much in detail about SWORD and LNI, but for LNI this should ask for username/password: /lni/lni (but you won't be able to use the web browser to do anything after that anyway). To sum it up, this will verify that the services are accessible, but to actually use them, you need a client that speaks the respective protocol. Regards, ~~helix84 ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

