Re: [Dspace-tech] DSpace 1.5.1 beta

2008-08-26 Thread Mika Stenberg
Strangely with Jetty & DSpace 1.5.1 only the other search works fine. I tried different combinations, where the first line means container-encoding, and the second line form-encoding. In wedefault.xml i set locale-encoding-mapping to utf-8. In Jetty there seems to be no URIEncoding. It also seem

Re: [Dspace-tech] DSpace 1.5.1 beta

2008-08-26 Thread Claudia Jürgen
Hi Mika @all, we just did some tests with 1.5.1 beta. Using Tomcat (6.0.13) these are the changes we had to make: - set the container-encoding in the web.xml to ISO-8859-1 - set the form-encoding for Browse to ISO-8859-1 in [dspace-source]/dspace-xmlui/dspace-xmlui-api/src/main/resources/aspect

Re: [Dspace-tech] "Verify/Review"-step displays filled fields as 'No'

2008-08-26 Thread Claudia Jürgen
Hi Robert, review-metadata.jsp still uses getDC, just replace this with getMetadata see below. Claudia Index: /dspace-1_5_1-beta/dspace-jspui/dspace-jspui-webapp/src/main/webapp/submit/review-metadata.jsp === --- /dspace-1_5_1-

[Dspace-tech] not able to login as administrator

2008-08-26 Thread Durga Ratnam
Hi, I was using dspace1.4, but the user authentication was not possible in this version, so i have changed the code in PasswordAuthentication.java file and added few lines for authentication in dsapce.cfg file and then i recompiled and redeployed dspace. The user authentication is working prope

[Dspace-tech] How to link directly to the full text document in DSpace 1.4.2?

2008-08-26 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
I thought I had read somewhere in the DSpace 1.4.2 documentation that there was a way to tell DSpace (perhaps optionally by Community/Collection) to go directly to opening the full-text document instead of displaying the short or long metadata page, after clicking on an item link - but now I can't

[Dspace-tech] Managing JSPs in 1.4.x....Was Re: Problem with headers/Footers

2008-08-26 Thread Tim Donohue
All, Hopefully I can clarify a bit...sorry for the longer email, but I think it's worth explaining this in a bit of detail. In DSpace 1.4.x there are several locations that include your JSPs: (1) [dspace-source]/jsp/ -> the out-of-the-box JSPs (2) [dspace-source]/jsp/local/ -> an empty directo

[Dspace-tech] Number of simultaneous Users ?

2008-08-26 Thread Gayatri Doctor
It is said that there are no specific server requirements for a DSpace installation except that the server should be able to run Unix or a Unix Type OS. The pilot Institutional Knowledge Repository (IKR) at IBS Ahmedabad is thus available on a minimal server configuration as follows : - P-IV

Re: [Dspace-tech] Managing JSPs in 1.4.x....Was Re: Problem with headers/Footers

2008-08-26 Thread George Kozak
Thanks, Tim: I appreciate the clarification. At 10:53 AM 8/26/2008, Tim Donohue wrote: >All, > >Hopefully I can clarify a bit...sorry for the longer email, but I think >it's worth explaining this in a bit of detail. > >In DSpace 1.4.x there are several locations that include your JSPs: > >(1) [ds

[Dspace-tech] Stats addon install error

2008-08-26 Thread Gary Browne
Hi all Trying to install the stats addon - actually just one of the prerequisites - pl/java. When running java -cp /usr/share/pljava/deploy.jar:/usr/share/pljava/postgresql.jar org.postgresql.pljava.deploy.Deployer -install -user postgres -password %PASS% -database dspace we get the following

[Dspace-tech] Full metadata record - hide a field

2008-08-26 Thread Gary Browne
Hi all Is there any way to hide a field in the full metadata record (I know, I know - "then it won't be a FULL metadata record" - but, hey, I just get given specs and have to implement them). I know it can be done by setting hidden=true in ItemTag.java for the particular field, but I was hoping