Re: [Dspace-tech] Question about XMLUI interface

2010-08-12 Thread Rob Ingram
Hi George, Just been through a similar process. The ant update does not directly overwrite the xmlui.xconf file in the [dspace]/config/ directory. Instead it creates a file called xmlui.xconf.new that needs to be copied over the original file (I'd suggest backing up first too). Have you done

[Dspace-tech] Registration as New User.

2010-08-12 Thread Sapan Shah
Dear Professionals, I M installing DSpace in my institute but i m faceing problem like New user is unable to register them self. I am configure dspace file with SMTP server but still my user is not register them self. So, Plz guide me in this mater. Sapan Shah Librarian BHARUCH Gujarat-India.

[Dspace-tech] Language attribute in value lists (i18n)

2010-08-12 Thread Iñaki Agirre
Hi, We use DSpace 1.6 with XMLUI. I try to fill the language attribute for metadata during submission, but I can't. For filling some metadata, I offer the user a value list configured at input-forms.xml, f.i: value-pairs value-pairs-name=accessRights dc-term=rights_accessRights pair

Re: [Dspace-tech] Language attribute in value lists (i18n)

2010-08-12 Thread helix84
Hello Iñaki, If I understand your problem correctly, you can find what you're looking for at the bottom of the [dspace]/config/input-forms.xml file inside this tag: value-pairs value-pairs-name=common_iso_languages dc-term=language_iso Regards, ~~helix84

Re: [Dspace-tech] Question about XMLUI interface

2010-08-12 Thread George Stanley Kozak
My thanks to Filimon and Rob for their responses to my problem. Unfortunately, I rebuilt my XMLUI interface, but I am still getting a blank page when I go to http://mysite.edu/xmluihttp://%3cmysite.edu%3e/xmlui. However, if I execute: http://mysite.edu/xmlui search?themepath=newTheme I see

Re: [Dspace-tech] Question about XMLUI interface

2010-08-12 Thread Wendy J Bossons
Is the xmlui configured in the server.xml as the root web app? If so, then you would need to change the dspace install location/webapps/xmlui subdir to dspace install location/webapps/ROOT. That could cause this issue of the blank page in your configuration. ..\Wendy Wendy Bossons Web

[Dspace-tech] Filter-Media / index-update

2010-08-12 Thread Marcelo Henrique Gomes
Hello, Every day, I import hundreds pdfs to my DSpace. I developed the small program to help this task. After this, I need to update my index. I run filter-media.sh whith parameter -s to disconsider the previous top communities. But the index-update is very slow, spend +- 2 hours. How can I

Re: [Dspace-tech] Question about XMLUI interface

2010-08-12 Thread George Stanley Kozak
Wendy: I am using the jpsui as the root web app. I will see what happens if I change a few things in the server.xml. Thanks. George Kozak Digital Library Specialist Cornell University Library Information Technologies (CUL-IT) 501 Olin Library Cornell University Ithaca, NY 14853 607-255-8924

Re: [Dspace-tech] Question about XMLUI interface

2010-08-12 Thread Wendy J Bossons
Also consider how your virtual host is configured in apache. If you have made no change, simply adding a child context node to the host node will probably not work without tweaking it, and about the latter, I have not been able to make that work. If I have guessed correctly, and if you have the

Re: [Dspace-tech] Question about XMLUI interface

2010-08-12 Thread George Stanley Kozak
Thanks, Wendy: This is my development server, so I can make the xmlui root, and I did, but still no luck. However, if I execute a command like http://test-dspace.library.cornell.edu/community-list, it does work. It only seems to be the home page that is blank. However, if I try

Re: [Dspace-tech] Question about XMLUI interface

2010-08-12 Thread Sands Alden Fish
George, no hints in dspace.log or catalina.out? -- sands fish Software Engineer MIT Libraries Technology Research Development sa...@mit.edumailto:sa...@mit.edu E25-131 On Aug 12, 2010, at 4:04 PM, George Stanley Kozak wrote: Thanks, Wendy: This is my development server, so I can make the

Re: [Dspace-tech] Question about XMLUI interface

2010-08-12 Thread Wendy J Bossons
Maybe there was some lag time when you hit the page after setting up the test site. I can see both the community-list url and what I think is the home page, http://test-dspace.library.cornell.edu, with some Recent Additions content on the righthand side (news-xmlui...?). ..\Wendy Wendy

Re: [Dspace-tech] XMLUI aspect/Discovery

2010-08-12 Thread Kim Shepherd
Hi Mckeane, ArtifactBrowser is supposed to be commented out in dspace-discovery's xmlui.xconf, because Discovery replaces ArtifactBrowser. The reason you don't see the aspect in your usual DSpace source code is because it's in the XMLUI block in the Discovery source code, and is overlaid by Maven

Re: [Dspace-tech] Question about XMLUI interface

2010-08-12 Thread George Stanley Kozak
Wendy and Sands: You're probably right. Thank you for taking the time to answer my questions. I'll let you know when I find the problem. I think it's like you say, one of my files is messed up. George Kozak Digital Library Specialist Division of Library Information Technologies (DLIT) 501

Re: [Dspace-tech] Filter-Media / index-update

2010-08-12 Thread Stuart Lewis
Hi Marcelo, Every day, I import hundreds pdfs to my DSpace. I developed the small program to help this task. After this, I need to update my index. I run filter-media.sh whith parameter -s to disconsider the previous top communities. But the index-update is very slow, spend +- 2 hours.