Hi Lewatle, The screenshot seems to be implying that your XMLUI webapp is responding to the "/rest" path. Obviously, for the REST API to work, you'd want the REST webapp to respond to the "/rest" path. This sounds like a misconfiguration of Tomcat, where it has not deployed the REST webapp on the "/rest" path. I would recommend checking your Tomcat configuration and ensure you have defined a <Context> for the "/rest" path which points at your REST webapp. For some examples of this, see Step #10 of the Installation Guide: https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace#InstallingDSpace-Installation
Good luck, Tim On Mon, Apr 8, 2019 at 6:25 AM Lewatle Johannes Phaladi <[email protected]> wrote: > Hi Colleagues, > > I am experiencing modules inaccessibility from our server, the OAI module > is accessible but fails to complete the harvest, REST API when trying to > open it I get page not found but all settings done on rest module were > working before. > > Regards, > Lewatle > > > > > -- > All messages to this mailing list should adhere to the DuraSpace Code of > Conduct: https://duraspace.org/about/policies/code-of-conduct/ > --- > 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. > -- Tim Donohue Technical Lead for DSpace & DSpaceDirect DuraSpace.org | DSpace.org | DSpaceDirect.org -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- 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.
