Re: [dspace-tech] Enabling REST interface

2018-11-15 Thread Sean Carte
Thanks, Terry, I did comment out the security-constraint section in: /dspacecris-dut/webapps/rest/WEB-INF/web.xml On Thu, 15 Nov 2018 at 20:58, Terry Brady wrote: > If you are running DSpace 5+, the REST api requires ssh by default. > > You can comment that requirement out in the web.xml file

Re: [dspace-tech] Enabling REST interface

2018-11-15 Thread Terry Brady
If you are running DSpace 5+, the REST api requires ssh by default. You can comment that requirement out in the web.xml file for the rest webapp. https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace-rest/src/main/webapp/WEB-INF/web.xml#L45-L54 On Wed, Nov 14, 2018 at 1:42 AM Sean Carte

Re: [dspace-tech] Error sending emails through O365 / DSpace v5.5

2018-11-15 Thread Evelthon Prodromou
Thank you Shaun, That was it. Evelthon From: Shaun donovan Date: Wednesday, 14 November 2018 at 2:13 PM To: Evelthon Prodromou , "dspace-tech@googlegroups.com" Subject: Re: [dspace-tech] Error sending emails through O365 / DSpace v5.5 Hi Evelthon. You certainly can. Just set your the

[dspace-tech] DOI and XMLUI

2018-11-15 Thread Massimiliano CILURZO
Dear all, We are using DSPACE 5 and we have implemented the DOI configuration. But now if you click on the DOI URL you are redirected to our JSPUI interface so I wonder if it is possible to redirect to the XMLUI interface For example now the doi is 10.1/-68 and it goes to

Re: [dspace-tech] Enabling REST interface

2018-11-15 Thread Alan Orth
Dear Sean, I'm not sure which package provides the SpringServlet class, but I have the following in my REST application directory on DSpace 5.8: dspace/webapps/rest/WEB-INF/lib/spring-aop-3.1.1.RELEASE.jar dspace/webapps/rest/WEB-INF/lib/spring-asm-3.1.1.RELEASE.jar