Re: [Dspace-tech] Activate Discovery in Dspace 3.2

2013-11-26 Thread helix84
Hi Oscar, you mentioned solr.search.server, but in DSpace 3.x the property is only called search.server and is located in [dspace]/config/modules/discovery.cfg. If you're running Tomcat on port 8080, its correct value should be http://localhost:8080/solr/search Also check similar Solr URLs in

Re: [Dspace-tech] Installing DSpace 1.7.3 - webapps directory problem

2013-11-26 Thread David Abeijón
Hello, Thank you for the responses. I'm using: -- java version 1.6.0_45 Java(TM) SE Runtime Environment (build 1.6.0_45-b06) Java HotSpot(TM) Client VM (build 20.45-b01, mixed mode, sharing) Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) Default

Re: [Dspace-tech] Some properties not expanded in dspace.cfg

2013-11-26 Thread Àlex Magaz Graça
El 25/11/13 15:38, Mark H. Wood ha escrit: On Mon, Nov 25, 2013 at 03:03:04PM +0100, Àlex Magaz Graça wrote: At least since DSpace 1.7, I've been noticing that some properties in dspace.cfg are not expanded after running ant update. For example, dspace.dir value is not expanded in

Re: [Dspace-tech] Italic Formatting in Title and Abstract

2013-11-26 Thread LifeH2O
We are already using MathJax in Abstract to add mathematical formulas. Simple subscript and superscript is also being done with MathJax right now. May I use it on all the places where any formatting is needed? What about keywords? -- View this message in context:

Re: [Dspace-tech] Installing DSpace 1.7.3 - webapps directory problem

2013-11-26 Thread David Abeijón
Hello, Looks like it is a problem with the v1.7.3, if I build the v1.7.2 under the same situation the webapps directory seems correct: /dspace-1.7.2-src-release/dspace/target/dspace-1.7.2-build.dir/webapps# ls -l drwxr-xr-x 23 root root 4096 nov 26 13:58 jspui drwxr-xr-x 4 root root 4096 nov

Re: [Dspace-tech] Installing DSpace 1.7.3 - webapps directory problem

2013-11-26 Thread helix84
Thanks for your report, David, I reopened our Jira issue regarding the 1.7.3 release: https://jira.duraspace.org/browse/DS-1587 Meanwhile, you may want to run 1.7.2. If you're using JSPUI, you should also apply this patch on top of it:

Re: [Dspace-tech] Ldap Authentification and profile

2013-11-26 Thread helix84
Hi Stefanie, yes, I submitted the fix in this Pull request: https://github.com/DSpace/DSpace/pull/366/files It is meant to be merged for DSpace 4.0, but it seems nobody else reviewed it yet. If you want to to try it, it would help if you can report back that it worked, either in GitHub or in

Re: [Dspace-tech] Authorization Policies from a command line

2013-11-26 Thread helix84
On Tue, Nov 26, 2013 at 4:55 PM, Stefanie Behnke s.beh...@online.de wrote: how can I administer authorization policies for collections using command line tool? I want to set DEFAULT_ITEM_READ to Anonymous and DEFAULT_BITSTREAM_READ to a group name. Hi Stefanie, I'm not aware of any command

Re: [Dspace-tech] Activate Discovery in Dspace 3.2

2013-11-26 Thread Oscar Sanchez Gomez
Hi all, Thanks a lot to all. At last I could configure discovery. Someone should change the DSpace manual to adjust the installation instructions that are leading to error: Section 6.8.3 Enabling Discovery step 3, that specify the following: 3. Check that the port is correct for

Re: [Dspace-tech] How to install dpsace-CRIS in existing DSpace 3.x

2013-11-26 Thread Pascarelli Luigi Andrea
Hi, i try to answer but first to start i recommended to understand the official DSpace installation documentation at https://wiki.duraspace.org/display/DSDOC3x/Installation and read the standard DSpace-CRIS installation documentation

[Dspace-tech] Unable to update text on JSP page

2013-11-26 Thread Shazia Sathar
Hello, I am trying to update text on Home page by making updates to Messages.Properties file. Here are the steps I followed: 1) Copy Message.properties file from [dspace-src]\dspace-api\src\main\resources to [dspace-src]\dspace\modules\jspui\src\main\resources 2) Edit the file in

Re: [Dspace-tech] PDF Thumbnail Resolution

2013-11-26 Thread Alan Orth
Terry, That's very interesting. I just tried your code and it works great, I compared it to the XPDF method as well as our the manual thumbnailing we've been using (embarassingly) for a few years[0]. The colors in the PDF I used as an example are a bit exaggerated, but it's not too bad and the

Re: [Dspace-tech] PDF Thumbnail Resolution

2013-11-26 Thread Jason Sherman
I sent Scott a solution based of my jpeg thumbnail off-list for testing. I suppose I should have kept it on list so that everyone was on the same page. Live and learn! I can share my version if anyone is interested, but it sounds like Terry's solution does the job. On Tue, Nov 26, 2013 at

Re: [Dspace-tech] PDF Thumbnail Resolution

2013-11-26 Thread helix84
On Wed, Nov 27, 2013 at 12:00 AM, Jason Sherman jsher...@usao.edu wrote: I sent Scott a solution based of my jpeg thumbnail off-list for testing. I suppose I should have kept it on list so that everyone was on the same page. Live and learn! I can share my version if anyone is interested, but

Re: [Dspace-tech] PDF Thumbnail Resolution

2013-11-26 Thread Alan Orth
Jason, To clarify, you sent Scott a solution for PDF thumbnails? I'd be very interested in testing it as well. :) We're still testing XPDF and Terry's Ghostscript solution for PDF thumbnails so I'd love to compare. Cheers, Alan On 11/27/2013 02:00 AM, Jason Sherman wrote: I sent Scott a