Re: [Dspace-tech] administering many DSpace/manakin instances

2008-11-10 Thread Rui Ramos

 Just one ideia,

  Why don't you install let's say, 8 Tomcat instances all with the same 
configurations
  using same context's and then use apache with mod_jk for load balancing.
 
  Cheers, Rui

cachiusa wrote:
 Dear all,
 I am looking for solution for 24 Dspace for 24 communities run on 1 server.
 Which solution I should choose:

 1) 24 instances of Tomcat, one for each Dspace instance, or
 2) One Tomcat for 24 Dspace instances.

 I choose second solution by following the link
 http://www.nabble.com/Changing-DB-Name-%C2%BFhow--td19053520.html 
 and already finished installation. But my server is broken if I  try to
 access 24 DSpace at the same time (it is ok to open 12 Dspace).

 Some sites show error:
 java.lang.OutOfMemoryError: PermGen space

 The others return errors:
  java.io.FileNotFoundException:
 /usr/local/gmseenet/partners/gmseenet/dspace/webapps/jspui/WEB-INF/web.xml
 (Too many open files)
  
 or:
 org.apache.jasper.JasperException: Unable to compile class for JSP

 I already set heap memory for Tomcat to 2048 by
 JAVA_OPTS=-Xmx2048M -Xms64M -Dfile.encoding=UTF-8, but I still face the
 same problem.

 I have to run 24 DSpace in 1 machine, so what is solution for me?
 Please help me. Thanks in advance.
 Best,
 Cachiusa
   




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace-tech Digest, Vol 31, Issue 11

2008-11-10 Thread Juan P Delerme Ayala
Hi all,

In my case, the problem was the program that I used to decompress the app
zip file.  I use winrar and then run mvn package and install without
problems.

Jan

2008/11/10 [EMAIL PROTECTED]

 Send DSpace-tech mailing list submissions to
dspace-tech@lists.sourceforge.net

 To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/dspace-tech
 or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

 You can reach the person managing the list at
[EMAIL PROTECTED]

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of DSpace-tech digest...


 Today's Topics:

   1. Fwd: Dspace 1.5 installation problem in RHEL5 (divyang patel)
   2. Re: Fwd: Dspace 1.5 installation problem in RHEL5 (Diggory Mark)
   3. Re: Authentication (Rui Ramos)
   4. Re: administering many DSpace/manakin instances (Rui Ramos)
   5. Re: Install many instance of Dspace in 1 machine (Graham Triggs)


 --

 Message: 1
 Date: Mon, 10 Nov 2008 09:58:03 +0530
 From: divyang patel [EMAIL PROTECTED]
 Subject: [Dspace-tech] Fwd: Dspace 1.5 installation problem in RHEL5
 To: dspace-tech@lists.sourceforge.net
 Message-ID:
[EMAIL PROTECTED]
 Content-Type: text/plain; charset=iso-8859-1

 Dear All

  While running command mvn package it gives error Build Fail Error.
 The error file is attached herewith. We are Using java jdk 1.5. Maven
 2.0.8. Any Solution to resolve this problem.












 Thanks
 Divyang Patel
 -- next part --
 An HTML attachment was scrubbed...
 -- next part --
 A non-text attachment was scrubbed...
 Name: Dspace Error
 Type: application/octet-stream
 Size: 5462 bytes
 Desc: not available

 --

 Message: 2
 Date: Sun, 9 Nov 2008 22:02:28 -0800
 From: Diggory Mark [EMAIL PROTECTED]
 Subject: Re: [Dspace-tech] Fwd: Dspace 1.5 installation problem in
RHEL5
 To: divyang patel [EMAIL PROTECTED]
 Cc: dspace-tech@lists.sourceforge.net
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=us-ascii

 You may try running maven with the -U option.

 mvn -U package

 This will cause maven to seek update its installed plugins, this may
 clear the error it is encountering finding the site plugin.

 Please let me know if this helps.

 -Mark

 On Nov 9, 2008, at 8:28 PM, divyang patel wrote:

 
  Dear All
 
While running command mvn package it gives error Build Fail
  Error. The error file is attached herewith. We are Using java jdk
  1.5. Maven 2.0.8. Any Solution to resolve this problem.
 
 
 
 
 
 
 
 
 
 
 
 
  Thanks
  Divyang Patel
 
 
 
 
 
 
 
 
 
 
  Dspace
  Error
  
  -
  This SF.Net email is sponsored by the Moblin Your Move Developer's
  challenge
  Build the coolest Linux based applications with Moblin SDK  win
  great prizes
  Grand prize is a trip for two to an Open Source event anywhere in
  the world
 
 http://moblin-contest.org/redirect.php?banner_id=100url=/___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech

 -- next part --
 An HTML attachment was scrubbed...

 --

 Message: 3
 Date: Mon, 10 Nov 2008 10:30:51 +
 From: Rui Ramos [EMAIL PROTECTED]
 Subject: Re: [Dspace-tech] Authentication
 To: Serhiy Polyakov [EMAIL PROTECTED]
 Cc: dspace-tech@lists.sourceforge.net
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed


  And what type of authentication do you use in the other system ?

  It seems you are looking for a SSO solution shibboleth might be what
 you're looking for.

  https://mams.melcoe.mq.edu.au/zope/mams/pubs/Installation/dspace

 Serhiy Polyakov wrote:
  Hello,
 
  I want to have all users coming to my DSpace (v 1.5.1) from a certain
  page on another server be automatically authenticated as members of
  certain Group in DSpace. I think information about referring URL can
  be used for this. I want the rest of the users to be authenticated as
  anonymous.
 
  Could you please give me any hints about how to start with
 implementation?
 
  Thanks,
  Serhiy
 
  -
  This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
  Build the coolest Linux based applications with Moblin SDK  win great
 prizes
  Grand prize is a trip for two to an Open Source event anywhere in the
 world
  http://moblin-contest.org/redirect.php?banner_id=100url=/
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 






 

Re: [Dspace-tech] Authentication

2008-11-10 Thread Rui Ramos

 And what type of authentication do you use in the other system ?

 It seems you are looking for a SSO solution shibboleth might be what 
you're looking for.

  https://mams.melcoe.mq.edu.au/zope/mams/pubs/Installation/dspace

Serhiy Polyakov wrote:
 Hello,

 I want to have all users coming to my DSpace (v 1.5.1) from a certain
 page on another server be automatically authenticated as members of
 certain Group in DSpace. I think information about referring URL can
 be used for this. I want the rest of the users to be authenticated as
 anonymous.

 Could you please give me any hints about how to start with implementation?

 Thanks,
 Serhiy

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

   




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Bugs in Manakin Interface?

2008-11-10 Thread sakshi gupta
While exploring the new XMLUI, I came across two bugs in the software.
1. When a user signs out of his DSpace account, he is automatically taken to
the DSpace homepage; instead of keeping him on the same page.
2. After a user signs out of his DSpace account and clicks on a collection
name listed in the main content of the page, the Context and
Adminstrative menu items come up again in the navigation bar (as if the
user was still logged in).

I looked up the mailing-list archive and wiki to see if these were known
bugs and if there was a work-around, but could not find any discussions on
them.

I would appreciate any further information about these.

Thanks !

-- 
Smile,
Sakshi :)
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Streaming video assets from DSpace

2008-11-10 Thread Jonathan Roby
Hello,

At the University of Manitoba, we're still running version 1.3.2 and
I've been tasked to see if DSpace can play video files straight from the
View/Open link, so no apparent downloading. The file formats we're
interested in are mostly MPEG-2.

Thanks in advance,
Jonathan.
-- 
+=+=+=+=+=+=+=+=+=+=
Jonathan Roby
Digital Collections Developer
Elizabeth Dafoe Library
University of Manitoba
Winnipeg, Manitoba
R3T 2N2
VM:  (204) 474-7053
Fax: (204) 474-7597
+=+=+=+=+=+=+=+=+=+=


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Streaming video assets from DSpace

2008-11-10 Thread Dorothea Salo
On Mon, Nov 10, 2008 at 12:43 PM, Jonathan Roby [EMAIL PROTECTED] wrote:

 At the University of Manitoba, we're still running version 1.3.2 and
 I've been tasked to see if DSpace can play video files straight from the
 View/Open link, so no apparent downloading. The file formats we're
 interested in are mostly MPEG-2.

In a word, no. You'll have to interpose a streaming server in there
somewhere. Search the dspace-tech archives for details.

Dorothea

-- 
Dorothea Salo[EMAIL PROTECTED]
Digital Repository Librarian  AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Streaming video assets from DSpace

2008-11-10 Thread John Davison
Hi Jonathan,

For what it's worth we've had pretty good luck at the Ohio Digital Resource
Commons with Flash Video (.FLV) saved in progressive download format. 

Right now we are in the process of converting about 2,000 RealMedia (.RM)
files, each more than an hour long. 

We embedded a simple Flash player (.SWF) in the DSpace XMLUI, and pass it
the location of the video file so it plays automatically on the 'View Item'
page. The video is also available for download in the 'Files in this Item'
section of the page.

All of our currently available video is behind Films for the Humanities 
Sciences copyright, but if you're interested send me a PM and I can let you
take a closer look.

John Davison
Assistant Director
Digital Resource Development
OhioLINK


-Original Message-
From: Dorothea Salo [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 10, 2008 3:06 PM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Streaming video assets from DSpace

On Mon, Nov 10, 2008 at 12:43 PM, Jonathan Roby [EMAIL PROTECTED]
wrote:

 At the University of Manitoba, we're still running version 1.3.2 and
 I've been tasked to see if DSpace can play video files straight from the
 View/Open link, so no apparent downloading. The file formats we're
 interested in are mostly MPEG-2.

In a word, no. You'll have to interpose a streaming server in there
somewhere. Search the dspace-tech archives for details.

Dorothea

-- 
Dorothea Salo[EMAIL PROTECTED]
Digital Repository Librarian  AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Authentication

2008-11-10 Thread Serhiy Polyakov
Gary, Rui, Bruc,

Thanks for suggestions. I will start with what Gary proposed. I know
it is not that sophisticated and not that safe but our system needs
just basic level.

The first server from where authenticated uses will be coming does not
use any SSO. It is not under my control and I think they used basic
jsp form and one password in the code just to pass all users to a
target page from where they will be coming to my server.

Gary, I don't need to create automatically EPersons. So, I just create
one EPerson for those users.

I will explore other proposed methods later. Also, there is EZPoxy
solution: http://www.oclc.org/ezproxy/

Thanks,
Serhiy


On Sun, Nov 9, 2008 at 4:38 PM, Gary Browne
[EMAIL PROTECTED] wrote:
 Hi Serhiy

 It's unclear to me whether or not you want Epersons to be automatically
 created? If not, you can do the following.

 One simple thing to do is to POST the username/password as form fields
 to the PasswordLogin class (I think that's what it's called, from
 memory). Your form field names would be login_email and
 login_password. Your form action field would have a value like:

 http://YOUR_DSPACE/jspui/password-login

 I'm sure others have more sophisticated methods but this daggy one is
 simple to implement. This works for 1.5 but I haven't tested it with
 1.5.1.

 Regards
 Gary



 Gary Browne
 Development Programmer
 Library IT Services
 University of Sydney
 ph: 9351-5946


 -Original Message-
 From: Serhiy Polyakov [mailto:[EMAIL PROTECTED]
 Sent: Saturday, 8 November 2008 8:10 AM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Authentication

 Hello,

 I want to have all users coming to my DSpace (v 1.5.1) from a
 certain page on another server be automatically authenticated
 as members of certain Group in DSpace. I think information
 about referring URL can be used for this. I want the rest of
 the users to be authenticated as anonymous.

 Could you please give me any hints about how to start with
 implementation?

 Thanks,
 Serhiy

 --
 ---
 This SF.Net email is sponsored by the Moblin Your Move
 Developer's challenge Build the coolest Linux based
 applications with Moblin SDK  win great prizes Grand prize
 is a trip for two to an Open Source event anywhere in the
 world http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] List of collections on the home page

2008-11-10 Thread Serhiy Polyakov
Hello,

Home page of XMLUI interface in DSpace 1.5.1 shows list of top level
communities. Browse collections page (link to it is on the top of the
browse indexes) shows communities and collections tree.

How to show the same tree on the home page?

I tried to modify CommunityBrowser.java where is builds
community-browser division but nothing worked out so far.

Thanks,
Serhiy

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech