Re: [Dspace-tech] Load balancing / clustering

2007-03-08 Thread James Rutherford
On Thu, Mar 08, 2007 at 11:54:38AM -0800, Ryan Ordway wrote: > I am also trying to avoid single points of failure. These hosts are both > connected to a SAN, but want both hosts to have a copy of the data. If you're trying to avoid single points of failure, I'm curious as to how you (and others) a

Re: [Dspace-tech] Load balancing / clustering

2007-03-08 Thread Cory Snavely
On Thu, 2007-03-08 at 11:54 -0800, Ryan Ordway wrote: > On 3/8/07 4:54 AM, "Cory Snavely" <[EMAIL PROTECTED]> spake: > > > At any rate, re: the assetstore, if you want a load-balanced > > environment, I am quite sure that real-time synchronization is > > necessary. Even with an hourly rsync--probl

Re: [Dspace-tech] Load balancing / clustering

2007-03-08 Thread Ryan Ordway
On 3/8/07 4:54 AM, "Cory Snavely" <[EMAIL PROTECTED]> spake: > I'm not clear on why you would want load-balancing both in *front* of > Apache *and between* Apache and Tomcat. In particular I would think if > you had the former you would not benefit from the latter. I guess you're > concerned about

Re: [Dspace-tech] About OAI Harvester Plug-In for DSpace

2007-03-08 Thread James Rutherford
On Thu, Mar 08, 2007 at 07:58:12AM -0500, Tellier, Stephane wrote: > I've noticed on a wiki page that this module seems to be actually > revamped by the ChinaDigitalMuseumProject. Is it on th road to become > available? Does anyone got some news about it? This would probably be my job ;) In the ne

Re: [Dspace-tech] Changing headers

2007-03-08 Thread Claudia Jürgen
Hi Glenn, the header/footer (as one) used in a dspace page are set via the style attribute of the dspace layout tag. In order to use another header/footer somewhere, you'll need the orresponding jsp's e.g. jsp/layout/header-admin.jsp jsp/layout/footer-admin.jsp and change the pages where you w

[Dspace-tech] need help in harvest

2007-03-08 Thread Krishna
Hi, I am trying to harvest the data that is stored in the DSpace through a java program. I am having a problems, the code that i wrote does work i tried to debug and I found that the listIdentifier() method is returning null value. To my knowledge I think the code I wrote couldn't find where the

Re: [Dspace-tech] Load balancing / clustering (fwd)

2007-03-08 Thread Bill Jordan
We run DSpace in our load-balanced LVS web cluster. Apache and Tomcat instances are on separate hosts. Each Apache host talks to one Tomcat host -- if either Apache or Tomcat fails, we take that pair out of the LVS rotation. We've configured the DSpace virtual services to be persistent so a

[Dspace-tech] Changing headers

2007-03-08 Thread Glenn Bunton
Suse 10 Tomcat 5 Dspace 1.3.2 How can I have different header files for my user dspace and my admin dspace? == Mr. Glenn Bunton Head of Systems Development Old Dominion University Libraries Norfolk, Virginia 23529 [EMAIL PROTECTED] (757) 683-5952 =

Re: [Dspace-tech] OCLC SRW installation problems

2007-03-08 Thread LeVan,Ralph
The URL to fetch the wsdl should be http://localhost:8080/SRW/search?wsdl. While I've not thought of that as an existence test before, it would be a good one. You can also try the test database that is specified in the configuration: http://localhost:8080/SRW/search/test. Let me know if you s

Re: [Dspace-tech] OCLC SRW installation problems

2007-03-08 Thread Claudia Jürgen
Hi Orlando, Excerpt from "SRW/U for DSpace" by Ralph LeVan: Installation * Get and unzip the srw.zip file from * http://www.oclc.org/research/software/srw * ant war * Copy dist/SRW.war to /webapps * Start tomcat (to unpack the .war file) * Edit the SRWServer.props configuration file * Copy the

[Dspace-tech] Error, no admin group (group 1) found

2007-03-08 Thread Mika Stenberg
Im trying to install DSpace 1.4.1 but after a succesful fresh install, when trying to run create-administrator I get the following. Any ideas whats wrong? $ ./create-administrator Creating an initial administrator account E-mail address: [EMAIL PROTECTED] First name: test Last name: test WARNIN

[Dspace-tech] OCLC SRW installation problems

2007-03-08 Thread orlando carvalho
Hi there! I'm trying to install SRW over my Dspace installation! I've followed the instructions on http://pubserv.oclc.org/srw/Installation.html but when the installation is done i can't access the wsdl files on http://localhost:8080/SRW/search !!! First, i'dont know if the installation as gone we

[Dspace-tech] About OAI Harvester Plug-In for DSpace

2007-03-08 Thread Tellier, Stephane
Hi, I've noticed on a wiki page that this module seems to be actually revamped by the ChinaDigitalMuseumProject. Is it on th road to become available? Does anyone got some news about it? Also, did someone used this plug-in with dspace version 1.4.1? Thanks. ---

Re: [Dspace-tech] Load balancing / clustering

2007-03-08 Thread Cory Snavely
I'm not clear on why you would want load-balancing both in *front* of Apache *and between* Apache and Tomcat. In particular I would think if you had the former you would not benefit from the latter. I guess you're concerned about Tomcat failing independently of Apache. In my case, I've just elimina

Re: [Dspace-tech] Make a validation program

2007-03-08 Thread Pablo San Andrés
Thank you Claudia, but i have to create a new application. I have solve some of the problems, but i need to know which .jsp make the query to the database that create the XML response, in order to registry the content of the response in a new table of the database. On 3/8/07, Claudia Jürgen <[EMA

Re: [Dspace-tech] Make a validation program

2007-03-08 Thread Claudia Jürgen
Hi Pablo, you may just validate your repository via the OAI registration page: http://www.openarchives.org/data/registerasprovider.html by entering your base URL e.g. http://hipatia.uc3m.es:8080/dspace-oai/request in the form at the end of the page. You may choose whether to register or just valid

[Dspace-tech] Make a validation program

2007-03-08 Thread Pablo San Andrés
Hello, i need to create a program to make a request in the repository of my DSpace. I will use Java Servlets, to implement this. I also rewrite the method doPost. When i create te request, with the attributes that i want ("verb"...) how can i send the request to the repository? Thanks ---