RE: [dspace-tech] OAI-PMH issue

2018-10-05 Thread Sean Kalynuk
Hi Peter, According to the Tomcat documentation, the path attribute can only be used in a Context element if it is defined in server.xml. (See https://tomcat.apache.org/tomcat-8.5-doc/config/context.html#Common_Attributes for Tomcat 8.5). Also, see

Re: [dspace-tech] OAI-PMH issue

2018-10-05 Thread admin
Hi Tim, for now I just added "path" into oai.xml file: restarted Tomcat, but it didn't change anything. DSpace still shows "page not found" when I click on the OAI-PMH URL (Harvesting tab of the Control Panel), which is https://sample.com/repository/oai I didn't change "oai.url" for now; it

Re: [dspace-tech] Solr Error no recent submissions no index

2018-10-05 Thread Tim Donohue
Hi Humberto, This is a new error to me. But, since Solr is running, it's possible that it's just your DSpace configuration that has gotten messed up. You might want to double check that your "discovery.search.server" configuration is set properly:

Re: [dspace-tech] Communities and Collections order in JSPUI search results

2018-10-05 Thread Periklis Ntanasis
Hi Tim, Thank you very much for your time! I'll check it out! Periklis On Thu, Oct 4, 2018 at 6:59 PM Tim Donohue wrote: > Hi Periklis, > > Unfortunately, I don't know of an easy way to change that "score" only for > communities/collections. > > It's worth noting the "score" in this situation

Re: [dspace-tech] Re: [Dspace-tech] Default settings for items per page and ascending/descending sorting

2018-10-05 Thread Claudia Jürgen
Hello Freddy, afaik the default number of results per page in the browse index is not configurable, you may only change it while browsing in the UI. It is set in: https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace-api/src/main/java/org/dspace/browse/BrowserScope.java#L54 Hope this helps