Hello,

Am 31.08.2016 um 10:48 schrieb Michel de Lange <[email protected]>:

> I have a similar problem when I try the OAI-PMH api. When I try url 
> http://xx.xxx.xxx.xxx:8080/dspace-oai/request?verb=ListMetadataFormats
> 
> I get a error page, which says "page cannot be found"
> 
> Is this an installation problem? 

Not necessarily. Take a look to your webapps directory, where Tomcat or 
whichever JSP container you use serves your apps from. Is there a subdirectory 
"oai" or similar? 

Your URL would work if the subdirectory would be called dspace-oai which is the 
directory name in the source directory, but not in for the app built from this 
directory. The shorter "oai" is the standard name and most likely in your case 
as well.

There is also a chance that you just did not build the oai app or removed it 
from the webapps for shorter startup times. Then you should do a new build with 
standard settings. 

There are still other issues possible with your URL like port number or 
protocol wrong. Compose the URL as follows:

Can you open your DSpace homepage with something like

http://xx.xxx.xxx.xxx:8080 or
http://xx.xxx.xxx.xxx:8080/jspui or
http://xx.xxx.xxx.xxx:8080/xmlui ?

Then add /oai as a second part:

http://xx.xxx.xxx.xxx:8080/oai

and the verb as a third part:

http://xx.xxx.xxx.xxx:8080/oai/request?verb=ListMetadataFormats

You should get XML output to your browser.

Bye, Christian

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-community.
For more options, visit https://groups.google.com/d/optout.

Reply via email to