Re: [Dspace-tech] Upload of files larger then 2 GB

2007-11-26 Thread Kyle Brentnell
Hi Robert, Have you set the upload.max setting in dspace.cfg to a negative number (or bigger than 2 Gigs)? By default this setting has an upload limit of 512MB. You can disable the limit by setting it to upload.max=-1. Kyle -Original Message- From: [EMAIL PROTECTED]

Re: [Dspace-tech] Authentication/access to DSpace by IP-addresses

2007-10-24 Thread Kyle Brentnell
Hi Sylvie, We have been using the patch you mentioned below with version 1.4.2 for over 6 months now and have not had any problems. Kyle _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of GRESILLAUD, Sylvie Sent: October 24, 2007 3:27 AM To:

Re: [Dspace-tech] using ImportItem tool with other metadata schema

2007-08-21 Thread Kyle Brentnell
Yes it is possible. If you created (in DSpace) a schema called myschema with an element myelement and myqualifier the dublin_core.xml (yes the file name ironically has dublin core in it) file content would look like: dublin_core dcvalue schema=myschema element=myelement

Re: [Dspace-tech] Running DSpace in read-only mode.

2007-07-23 Thread Kyle Brentnell
Stone [mailto:[EMAIL PROTECTED] Sent: July 20, 2007 4:11 PM To: James Rutherford Cc: Kyle Brentnell; dspace-tech@lists.sourceforge.net; 'Weinberg, Ben' Subject: Re: [Dspace-tech] Running DSpace in read-only mode. On Thu, Jul 19, 2007 at 05:59:39PM -0400, Kyle Brentnell wrote: 2) Change

Re: [Dspace-tech] Running DSpace in read-only mode.

2007-07-19 Thread Kyle Brentnell
Hi Ben, Two possiblities come to mind right away. Others may have more elegant solutions, that do not require DB or coding changes. 1) In the EPerson table set the can_log_in column to false for all users(except the Administrator). This assumes anonymous users can not make any changes to items

Re: [Dspace-tech] Getting dspace started in at bootup.

2007-05-24 Thread Kyle Brentnell
Hi Ben, Not sure which version of tomcat you are using, but in version 5 the JRE_HOME can be specified in tomcat5.conf file. This will take effect when tomcat starts on bootup. Kyle At / À 12:37 PM 24/05/2007, Weinberg, Ben wrote / a écrit: Hi, I'm trying to get DSpace started via a startup

Re: [Dspace-tech] How to configure port number for DSpace

2007-05-23 Thread Kyle Brentnell
Hi Thiru, You must have missed my other email. I did as Richard suggested and made the port number a configurable parameter in the dspace.cfg and uploaded the changes as a patch to DSpace. Please see patch# 1720105

Re: [Dspace-tech] How to configure port number for DSpace

2007-05-16 Thread Kyle Brentnell
Hello Richard, I have create the patch and posted to sourceforge as; http://sourceforge.net/tracker/index.php?func=detailaid=1720105group_id=19984atid=319984 Kyle At / À 03:55 AM 10/05/2007, Richard Jones wrote / a écrit: In your DSpace source directory edit the file

[Dspace-tech] Fwd: Re: How to configure port number for DSpace

2007-05-16 Thread Kyle Brentnell
to implement the patch instead of the single line of code I gave you. The patch is here: http://sourceforge.net/tracker/index.php?func=detailaid=1720105group_id=19984atid=319984 Have a good day, Kyle Date: Wed, 09 May 2007 08:28:29 -0400 To: dspace-tech@lists.sourceforge.net From: Kyle Brentnell

Re: [Dspace-tech] How to configure port number for DSpace

2007-05-09 Thread Kyle Brentnell
Hi Thiru, You will need to modify the source code to do this, but it is a very simple modification. In your DSpace source directory edit the file src\org\dspace\core\Email.java At line 258 in that file, insert a new line: props.put(mail.smtp.port, 587); Note, this line should be right below a

Re: [Dspace-tech] handle server necessary?

2007-05-08 Thread Kyle Brentnell
Hello Eric, snip I can see that the handle URI can be edited _after_ submission, but is there some way of disabling it automatically so that the admin does not have to edit each and every article/paper/report submission? /snip There is a patch available that makes DSpace use a local URL

Re: [Dspace-tech] Moving postgres database

2007-05-02 Thread Kyle Brentnell
Hi Jake, You can find postgres info about backup and restoring here: http://www.postgresql.org/docs/7.4/static/backup.html Also general DSpace backup and restore info here: http://wiki.dspace.org/index.php?title=BackupRestoreredirect=no Kyle At / À 01:15 PM 02/05/2007, Cameron, Jacob wrote /

[Dspace-tech] Significance of the Owning Collection

2007-03-21 Thread Kyle Brentnell
the import tool and listing multiple collections, is the first collection assumed to be the owning collection? Thank you, Kyle Brentnell - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay

Re: [Dspace-tech] Significance of the Owning Collection

2007-03-21 Thread Kyle Brentnell
Cancel question 2, I just found the answer in the documentation (I should have read it more slowly the first time). I did not find an answer to question 1 during my documentation re-read. Thank you, Kyle At / À 01:37 PM 21/03/2007, Kyle Brentnell wrote / a écrit: Hello, We are preparing

Re: [Dspace-tech] LDAP for DSpace 1.4.1

2007-02-09 Thread Kyle Brentnell
Hi Jayan, We have Active Directory Authentication working here. The standard LDAP module does not work (or at least I could not get it to work) against Active Directory, so we made an authenticator specifically for Active Directory LDAP. Out authenticator uses code from various LDAP