From: Rishi K S. <ris...@kc...> - 2008-06-25 13:02:15
|
Hi, I was having trouble getting sword service document using EPrints. Today i resolved this issue, although it was silly mistake. In the installation document it says: Edit the file "REPO_PATH/archives/ARCHIVEID/cfg/apachevhost.conf" and add the following text: # Begin text Alias /app /opt/eprints3/cgi/sword-app <DirectoryMatch "/opt/eprints3/cgi/sword-app/deposit"> SetHandler perl-script PerlResponseHandler EPrints::Sword::DepositHandler </DirectoryMatch> <Directory "/opt/eprints3/cgi/sword-app/servicedocument"> SetHandler perl-script PerlResponseHandler EPrints::Sword::ServiceDocument </Directory> but in the second configuration it has missed the Match, it says <Directory suppose to <DirectoryMatch similar matching end tag e.g. it suppose to Alias /app /opt/eprints3/cgi/sword-app <DirectoryMatch "/opt/eprints3/cgi/sword-app/deposit"> SetHandler perl-script PerlResponseHandler EPrints::Sword::DepositHandler </DirectoryMatch> <DirectoryMatch "/opt/eprints3/cgi/sword-app/servicedocument"> SetHandler perl-script PerlResponseHandler EPrints::Sword::ServiceDocument </DirectoryMatch> Thanks Best Regards ----------------------------------- Rishi K Sharma Systems Development Project Officer Centre for e-Research 3rd Floor, 26 - 29 Drury Lane King's College London 0207 848 1971 -----Original Message----- From: swo...@li... [mailto:swo...@li...]On Behalf Of Kazutsuna YAMAJI Sent: 13 June 2008 00:44 To: swo...@li... Subject: Re: [sword-app-tech] Problem: SWORD implementation for EPrints Hi Rishi ** On Thu, 12 Jun 2008 17:32:12 +0100 ** "Rishi K Sharma" <ris...@kc...> writes: > As I am trying to access service document using the following URL > http://localhost/app/servicedocument Can you get the service document from the following URL by using your client application? http://eprints.at.nii.ac.jp/app/servicedocument Username sharma Password rishi If yes, you have something wrong in your EPrints but I have no experience with windwos. -- Kazu |