[Dspace-tech] One DSpace, multiple domains

2010-04-20 Thread Alan Orth
Greetings, I've seen the Multiple DSpace Instances wiki page, but I want one DSpace, multiple domains. I'm using DSpace 1.5.2 on behind Apache httpd with a ProxyPass/ProxyPassReverse. The server is Linux/Tomcat 5.5/httpd 2.2. Our DSpace instance is running on /dspace.example.org/ (in

Re: [Dspace-tech] Search box in xmlui

2010-04-20 Thread Lewatle Phaladi
Hi Debashree I searched all dspace files for the file themes.xml so I can do the edit in it but a file I got is themes.xmap not themes.xml, do you created a file manually and if yes please indicate the full path to the file. Regards, Lewatle -Original Message- From:

Re: [Dspace-tech] One DSpace, multiple domains

2010-04-20 Thread Stuart Lewis
Hi Alan, DSpace will answer to any domain, however it can only 'know' about one of them. This only normally affects things like emails where it has to include URLs, but it shouldn't be a problem as you can get it to write the new domain in - this is set in dspace.cfg using dspace.hostname and

Re: [Dspace-tech] One DSpace, multiple domains

2010-04-20 Thread Alan Orth
Stuart, Great, I think that's ok for our situation. So the configuration variables for hostname/baseurl are only used when DSpace has to refer to itself, like in e-mails. What about links? Our DSpace works on several URLs right now (:80/ and :80/jspui via ProxyPass from Apache, and :8080

[Dspace-tech] Authority Control - Authors

2010-04-20 Thread Christof VERDONCK
Dear     When I try to use the authority control for users, I get a pop-up telling me: Failed to load choice data: Exception=[object Error]   At first I thought there was a problem with the constructed URL to LOC but then I changed the link a local database. The error message remains the

Re: [Dspace-tech] Updating several collection authorizations policies in one step.

2010-04-20 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
There is an option on the Administrator menu called Authorization. The first 3 items displayed after clicking on this allow you to maintain authorization policies for Communities, Collections, and Items, and the 4th option allows you to do wildcard additions to and clearing of authorization

Re: [Dspace-tech] Updating several collection authorizations policies in one step.

2010-04-20 Thread ManuMohedano
Thank's for your reply Sue!. I alredy knew those possibilities, but what I need is to edit the policies of for example 20 collections at the same time since they share the same the same ones... Regards. Manu. On Tue, Apr 20, 2010 at 5:38 PM, Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL

[Dspace-tech] version 16

2010-04-20 Thread Blanco, Jose
I'm trying to test version 16 in my dev area and I'm finding that when I try to browse by author or subject, it seems like it can't find the authority field in the db, but it has no problem with the title browse. Any idea? -- URL Was:

Re: [Dspace-tech] version 16

2010-04-20 Thread Blanco, Jose
I just ran index-init and that seems to have taken of the problem. -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Tuesday, April 20, 2010 2:59 PM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] version 16 I'm trying to test version 16 in my dev area

Re: [Dspace-tech] One DSpace, multiple domains

2010-04-20 Thread Stuart Lewis
Hi Alan, Great, I think that's ok for our situation. So the configuration variables for hostname/baseurl are only used when DSpace has to refer to itself, like in e-mails. What about links? Yes - some links too, although most are actually relative and keep the domain. But once you set

[Dspace-tech] logging out in 16

2010-04-20 Thread Blanco, Jose
I'm getting this error when I try to logout in 16: Exception: java.lang.IllegalStateException: Cannot create a session after the response has been committed I notice that these lines are new to 16 in Authenticate.java // Invalidate session unless dspace.cfg says not to

[Dspace-tech] Compiling Dspace on Mac OS X [Error]

2010-04-20 Thread Avarca, Anthony
All, I'm trying to compile dspace 1.6 in Mac OS X 10.6.3 Server. My output is below. I have the $JAVA_OPTS = -Xmx1024M -Xms64M -Dfile.encoding=UTF-8 Can anyone provide assistance? bash-3.2$ mvn -e package + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Reactor build

Re: [Dspace-tech] Compiling Dspace on Mac OS X [Error]

2010-04-20 Thread Peter Dietz
I imagine that that is already enough memory for that. However, I don't know anything specific to the Mac server that would make that hungrier than any other system. Perhaps you could check that the sun implementation of java is installed on the mac. Sun's (Oracle's) jdk fares better than the open