Hi Divino Ignacio,

Do you have the follow lines in server.xml archive from tomcat?

<Context path="" docBase="/dades/dspace/webapps/jspui" debug="0"
reloadable="true" cachingAllowed="false"
allowLinking="true"/>

<Context path="/jspui" docBase="/dades/dspace/webapps/jspui" debug="0"
reloadable="true" cachingAllowed="false"
allowLinking="true"/>

<Context path="/xmlui" docBase="/dades/dspace/webapps/xmlui" debug="0"
reloadable="true" cachingAllowed="false"
allowLinking="true"/>


<Context path="/oai" docBase="/dades/dspace/webapps/oai" debug="0"
reloadable="true" cachingAllowed="false"
allowLinking="true"/>

<Context path="/lni" docBase="/dades/dspace/webapps/lni" debug="0"
reloadable="true" cachingAllowed="false"
allowLinking="true"/>


<Context path="/sword" docBase="/dades/dspace/webapps/sword" debug="0"
reloadable="true" cachingAllowed="false"
allowLinking="true"/>



En/na Divino Ignacio Ribeiro Jr ha escrit:
> Hi All,
>  
> Follows more information about Dspace Installation:
> - OS Debian Lenny
> - Tomcat 5.5 (installed with debian package)
> - Postgres 8.4.1
> - Dspace 1.5.2
> - I done the copy files from [dspace]/webapps to [tomcat]/webapps
> - Log from maven build (Last results - there are more information in 
> log) :
>  
> INFO] Expanding: 
> /home/dspace/dspace-1.5.2-release/dspace/modules/oai/target/oai-1.5.2.war 
> into /tmp/archived-file-set.1416123613.tmp
> [INFO] Expanding: 
> /home/dspace/dspace-1.5.2-release/dspace/modules/sword/target/sword-1.5.2.war 
> into /tmp/archived-file-set.327421009.tmp
> [INFO] Expanding: 
> /home/dspace/dspace-1.5.2-release/dspace/modules/lni/target/lni-1.5.2.war 
> into /tmp/archived-file-set.1775059876.tmp
> [INFO] Expanding: 
> /home/dspace/dspace-1.5.2-release/dspace/modules/xmlui/target/xmlui-1.5.2.war 
> into /tmp/archived-file-set.2065357505.tmp
> [INFO] Expanding: 
> /home/dspace/dspace-1.5.2-release/dspace/modules/jspui/target/jspui-1.5.2.war 
> into /tmp/archived-file-set.764189276.tmp
> [WARNING] NOTE: Currently, inclusion of module dependencies may 
> produce unpredictable results if a version conflict occurs.
> [INFO] Processing DependencySet (output=lib)
> [WARNING] The following patterns were never triggered in this artifact 
> exclusion filter:
> o  '*:war:*'
> [INFO] Copying 875 files to 
> /home/dspace/dspace-1.5.2-release/dspace/target/dspace-1.5.2-build.dir
> [INFO]
> [INFO]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] DSpace Addon Modules .................................. SUCCESS 
> [7.100s]
> [INFO] DSpace XML-UI (Manakin) :: Web Application ............ SUCCESS 
> [24.259s]
> [INFO] DSpace LNI :: Web Application ......................... SUCCESS 
> [6.039s]
> [INFO] DSpace OAI :: Web Application ......................... SUCCESS 
> [4.581s]
> [INFO] DSpace JSP-UI :: Web Application ...................... SUCCESS 
> [6.469s]
> [INFO] DSpace SWORD :: Web Application ....................... SUCCESS 
> [5.457s]
> [INFO] DSpace Assembly and Configuration ..................... SUCCESS 
> [27.165s]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 1 minute 22 seconds
> [INFO] Finished at: Sun Nov 15 20:44:36 BRST 2009
> [INFO] Final Memory: 30M/54M
> [INFO] 
> ------------------------------------------------------------------------
>  
> - Log from ant build (Last results - there are more information in log) :
>
> fresh_install:
>      [copy] Copying 28 files to /dspace/bin
>      [copy] Copying 37 files to /dspace/lib
>      [copy] Copying 16 files to /dspace/etc
>      [copy] Copying 552 files to /dspace/webapps
>      [copy] Copied 82 empty directories to 5 empty directories under 
> /dspace/webapps
>      [copy] Copying 5 files to /dspace/webapps
> build_webapps_wars:
>      [java] 2009-11-15 21:05:42,665 INFO  
> org.dspace.core.ConfigurationManager @ Loading system provided config 
> property (-Ddspace.configuration): config/dspace.cfg
>      [java] 2009-11-15 21:05:42,687 INFO  
> org.dspace.core.ConfigurationManager @ Using default log4j provided 
> log configuration,if uninitended, check your dspace.cfg for 
> (log.init.config)
>      [java] 2009-11-15 21:05:43,642 INFO  
> org.dspace.core.ConfigurationManager @ Loading system provided config 
> property (-Ddspace.configuration): config/dspace.cfg
>      [java] 2009-11-15 21:05:43,662 INFO  
> org.dspace.core.ConfigurationManager @ Using default log4j provided 
> log configuration,if uninitended, check your dspace.cfg for 
> (log.init.config)
>      [java] 2009-11-15 21:05:44,258 INFO  org.dspace.search.DSIndexer 
> @ Updating and Cleaning Index
>      [java] 2009-11-15 21:05:44,397 INFO  org.dspace.search.DSIndexer 
> @ Done with indexing
>      [echo]
>      [echo] 
> ====================================================================
>      [echo]  The DSpace code has been installed, and the database 
> initialized.
>      [echo] 
>      [echo]  To complete installation, you should do the following:
>      [echo] 
>      [echo]  * Setup your Web servlet container (e.g. Tomcat) to look 
> for your
>      [echo]    DSpace web applications in: /dspace/webapps/
>      [echo]
>      [echo]    OR, copy any web applications from /dspace/webapps/ to
>      [echo]    the appropriate place for your servlet container. 
>      [echo]    (e.g. '$CATALINA_HOME/webapps' for Tomcat)
>      [echo]
>      [echo]  * Make an initial administrator account (an e-person) in 
> DSpace:
>      [echo] 
>      [echo]    /dspace/bin/create-administrator
>      [echo]   
>      [echo]  * Start up your servlet container (Tomcat etc.)
>      [echo]
>      [echo]  You should then be able to access your DSpace's 'home page':
>      [echo] 
>      [echo]    http://www.labtecgc.udesc.br:8180/jspui
>      [echo] 
>      [echo]  You should also be able to access the administrator UI:
>      [echo] 
>      [echo]    http://www.labtecgc.udesc.br:8180/jspui/dspace-admin
>      [echo] 
> ====================================================================
>      [echo]        
> BUILD SUCCESSFUL
> Total time: 27 seconds
>  
> Thanks to all and sorry for the size of the message, I hope that the 
> information be sufficient.
> Best Regards,
> Divino Ignacio.
>  
> Message: 3
> Date: Mon, 16 Nov 2009 01:20:34 -0200
> From: Divino Ignacio Ribeiro Jr <[email protected] 
> <mailto:[email protected]>>
> Subject: [Dspace-tech] Dspace Installation Dont start
> To: [email protected] 
> <mailto:[email protected]>
> Message-ID:
>        <[email protected] 
> <mailto:[email protected]>>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi All,
>
> I installed the Dspace 1.5.2 with Postgres, following the Dspace 
> Guide. The
> mvn command and ant has been successful.
> The command to create admin account of Dspace too. But, when i start 
> tomcat,
> the application don't starts! Others apps in tomcat (5.5 on Debian) are
> working; the Dspace apps don't starts (message from Tomcat manager is: 
> 'FAIL
> - Application at context path /jspui could not be started').
>
> I have log from mvn and ant (screen output saved in file).
>
> I have tried install 2 times; whats happing?
>
> Divino Ignacio.
>
>
> 2009/11/16 <[email protected] 
> <mailto:[email protected]>>
>
>     Send DSpace-tech mailing list submissions to
>            [email protected]
>     <mailto:[email protected]>
>
>     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]
>     <mailto:[email protected]>
>
>     You can reach the person managing the list at
>            [email protected]
>     <mailto:[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. Re: Creating administrator account error (Renate Morgenstern)
>       2. Re : Error In Creating Admin (Hardik Mishra)
>       3. Dspace Installation Dont start (Divino Ignacio Ribeiro Jr)
>       4. (no subject) ([email protected] <mailto:[email protected]>)
>       5. Re: permissions managements (Oriol Oliv? Comadira. Biblioteca
>     UdG)
>       6. Re: bulk imort licensing (Lewatle Phaladi)
>
>
>     ----------------------------------------------------------------------
>
>     Message: 1
>     Date: Fri, 13 Nov 2009 23:06:32 +0200
>     From: Renate Morgenstern <[email protected]
>     <mailto:[email protected]>>
>     Subject: Re: [Dspace-tech] Creating administrator account error
>     To: Stuart Lewis <[email protected]
>     <mailto:[email protected]>>
>     Cc: "[email protected]
>     <mailto:[email protected]>"
>            <[email protected]
>     <mailto:[email protected]>>
>     Message-ID: <[email protected]
>     <mailto:[email protected]>>
>     Content-Type: text/plain; charset="iso-8859-1"
>
>     Hi,
>
>     Thanks for your message.
>     I checked the dspace database and there is a table called eperson, and
>     no data in it.
>     Any other suggestion what we could do?
>     Renate
>
>     > Hi Renate,
>     >
>     > We've just been discussing this on the #dspace IRC channel, as
>     it is a
>     > strange problem.
>     >
>     >
>     >> When attempting to create the administrator account I run into
>     >> an error.
>     >> Any suggestion what we could do?
>     >>
>     >> dsp...@ir1:/usr/local/dspace/bin$ ./create-administrator
>     >> Creating an initial administrator account
>     >> E-mail address:
>     >> First name:
>     >> Last name:
>     >> WARNING: Password will appear on-screen.
>     >> Password:
>     >> Again to confirm:
>     >> Is the above data correct? (y or n): y
>     >> Exception in thread "main" java.lang.NullPointerException
>     >>       at java.util.regex.Matcher.getTextLength(Matcher.java:1140)
>     >>       at java.util.regex.Matcher.reset(Matcher.java:291)
>     >>       at java.util.regex.Matcher.<init>(Matcher.java:211)
>     >>       at java.util.regex.Pattern.matcher(Pattern.java:888)
>     >>       at
>     >> org.dspace.storage.rdbms.DatabaseManager.findByUnique
>     >> (DatabaseManager.java:475)
>     >>
>     >
>     > Can you check in your Postgres (or Oracle) database that all the
>     > DSpace tables have been created successfully? The main table to
>     check
>     > for this problem is 'eperson'.
>     >
>     > Thanks,
>     >
>     >
>     > Stuart Lewis
>     > IT Innovations Analyst and Developer
>     > Te Tumu Herenga The University of Auckland Library
>     > Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
>     > Ph: 64 9 373-7599 x81928
>     > http://www.library.auckland.ac.nz/
>     >
>     >
>     >
>
>
>     --
>     Renate Morgenstern
>     P O Box 30664, WIndhoek, Namibia
>     Tel/Fax: 242124
>     Email: [email protected] <mailto:[email protected]>
>
>
>     -------------- next part --------------
>     An HTML attachment was scrubbed...
>
>     ------------------------------
>
>     Message: 2
>     Date: Sat, 14 Nov 2009 10:30:27 +0530
>     From: Hardik Mishra <[email protected] <mailto:[email protected]>>
>     Subject: [Dspace-tech] Re : Error In Creating Admin
>     To: [email protected] <mailto:[email protected]>
>     Cc: Tech List <[email protected]
>     <mailto:[email protected]>>
>     Message-ID:
>          
>      <[email protected]
>     <mailto:[email protected]>>
>     Content-Type: text/plain; charset="iso-8859-1"
>
>     Can u please tell what java version are you using ?
>
>     It might be a problem with older java versions.
>
>     --
>     *Best Regards
>     Hardik Mishra
>     Software Engineer
>
>     http://bit.ly/uJ60P - Join Us on Facebook
>     http://www.twitter.com/webinito - Follow us on Twitter
>
>     Give a man a fish, and you feed him for a day. Teach a man to
>     catch fish and
>     you feed him for a lifetime*.
>
>
>     Message: 1
>     Date: Fri, 13 Nov 2009 11:27:26 +1300
>     From: Stuart Lewis <[email protected]
>     <mailto:[email protected]>>
>     Subject: Re: [Dspace-tech] Creating administrator account error
>     To: "[email protected] <mailto:[email protected]>"
>     <[email protected] <mailto:[email protected]>>
>     Cc: "[email protected]
>     <mailto:[email protected]>"
>           <[email protected]
>     <mailto:[email protected]>>
>     Message-ID: <[email protected]
>     <mailto:[email protected]>>
>     Content-Type: text/plain; charset="us-ascii"
>
>     Hi Renate,
>
>     We've just been discussing this on the #dspace IRC channel, as it is a
>     strange problem.
>
>     > When attempting to create the administrator account I run into
>     > an error.
>     > Any suggestion what we could do?
>     >
>     > dsp...@ir1:/usr/local/dspace/
>     bin$ ./create-administrator
>     > Creating an initial administrator account
>     > E-mail address:
>     > First name:
>     > Last name:
>     > WARNING: Password will appear on-screen.
>     > Password:
>     > Again to confirm:
>     > Is the above data correct? (y or n): y
>     > Exception in thread "main" java.lang.NullPointerException
>     >       at java.util.regex.Matcher.getTextLength(Matcher.java:1140)
>     >       at java.util.regex.Matcher.reset(Matcher.java:291)
>     >       at java.util.regex.Matcher.<init>(Matcher.java:211)
>     >       at java.util.regex.Pattern.matcher(Pattern.java:888)
>     >       at
>     > org.dspace.storage.rdbms.DatabaseManager.findByUnique
>     > (DatabaseManager.java:475)
>
>     Can you check in your Postgres (or Oracle) database that all the
>     DSpace tables have been created successfully? The main table to check
>     for this problem is 'eperson'.
>
>     Thanks,
>
>
>     Stuart Lewis
>     IT Innovations Analyst and Developer
>     Te Tumu Herenga The University of Auckland Library
>     Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
>     Ph: 64 9 373-7599 x81928
>     http://www.library.auckland.ac.nz/
>     -------------- next part --------------
>     An HTML attachment was scrubbed...
>
>     ------------------------------
>
>     Message: 3
>     Date: Mon, 16 Nov 2009 01:20:34 -0200
>     From: Divino Ignacio Ribeiro Jr <[email protected]
>     <mailto:[email protected]>>
>     Subject: [Dspace-tech] Dspace Installation Dont start
>     To: [email protected]
>     <mailto:[email protected]>
>     Message-ID:
>          
>      <[email protected]
>     <mailto:[email protected]>>
>     Content-Type: text/plain; charset="iso-8859-1"
>
>     Hi All,
>
>     I installed the Dspace 1.5.2 with Postgres, following the Dspace
>     Guide. The
>     mvn command and ant has been successful.
>     The command to create admin account of Dspace too. But, when i
>     start tomcat,
>     the application don't starts! Others apps in tomcat (5.5 on
>     Debian) are
>     working; the Dspace apps don't starts (message from Tomcat manager
>     is: 'FAIL
>     - Application at context path /jspui could not be started').
>
>     I have log from mvn and ant (screen output saved in file).
>
>     I have tried install 2 times; whats happing?
>
>     Divino Ignacio.
>     -------------- next part --------------
>     An HTML attachment was scrubbed...
>
>     ------------------------------
>
>     Message: 4
>     Date: Mon, 16 Nov 2009 09:09:44 +0200
>     From: [email protected] <mailto:[email protected]>
>     Subject: [Dspace-tech] (no subject)
>     To: [email protected]
>     <mailto:[email protected]>
>     Message-ID: <[email protected]
>     <mailto:[email protected]>>
>     Content-Type: text/plain;       charset=UTF-8;  DelSp="Yes";  
>      format="flowed"
>
>     Hello all
>     I have a lot of documents(items) which have an author in different
>     languages.
>     For example Andrukhiv(en), ???????? (uk), ????????(ru) is one author
>     writen in diferent languages. But dspace propose item description with
>     a field: Authors. But this field mean diferent authors. So, the
>     question is - how can i describe an item which have an author(s) whom
>     writen in different languages.
>     Thanks All
>
>
>
>
>     ------------------------------
>
>     Message: 5
>     Date: Mon, 16 Nov 2009 10:04:09 +0100
>     From: "Oriol Oliv? Comadira. Biblioteca UdG"  
>      <[email protected] <mailto:[email protected]>>
>     Subject: Re: [Dspace-tech] permissions managements
>     To: nada keponer <[email protected]
>     <mailto:[email protected]>>
>     Cc: [email protected]
>     <mailto:[email protected]>
>     Message-ID: <[email protected]
>     <mailto:[email protected]>>
>     Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>     Hi Nicol?s,
>
>     I think that this can be done with the "Advanced/Item Wilcard Policy
>     Admin Tools", you can found it in
>     http://yourdspace/dspace-admin/authorize
>
>     Good luck,
>     Oriol
>
>     En/na nada keponer ha escrit:
>     > Hi there
>     >
>     > I need to manage the permissions of serveral Dspace communities. I?d
>     > also like to change recursively those communities?s permissions in a
>     > way that affects existing subcommunities/collections/items ?s
>     permissions.
>     > I basically need a Dspace way to do "chown user * -R" as if the
>     > communities where the root directories.
>     >
>     > How can this be done?
>     >
>     > Thanks
>     > Nicol?s
>     >
>     ------------------------------------------------------------------------
>     >
>     >
>     
> ------------------------------------------------------------------------------
>     > Let Crystal Reports handle the reporting - Free Crystal Reports
>     2008 30-Day
>     > trial. Simplify your report design, integration and deployment -
>     and focus on
>     > what you do best, core application coding. Discover what's new with
>     > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>     >
>     ------------------------------------------------------------------------
>     >
>     > _______________________________________________
>     > DSpace-tech mailing list
>     > [email protected]
>     <mailto:[email protected]>
>     > https://lists.sourceforge.net/lists/listinfo/dspace-tech
>     >
>
>
>     --
>     Oriol Oliv? Comadira
>     *Biblioteca Universitat de Girona*
>     /Projectes/
>
>     DUGi: Dip?sit Digital de la Universitat de Girona
>     DUGiDoc: Dip?sit de Documents Digitals de la Universitat de Girona
>     DUGiMedia: Dip?sit d'?udio i V?deo de la Universitat de Girona
>     DUGiFonsEspecials: Dip?sit Digital de la Universitat de Girona
>
>
>
>     ------------------------------
>
>     Message: 6
>     Date: Mon, 16 Nov 2009 11:07:57 +0200
>     From: "Lewatle Phaladi" <[email protected]
>     <mailto:[email protected]>>
>     Subject: Re: [Dspace-tech] bulk imort licensing
>     To: "Khan, Baseer" <[email protected]
>     <mailto:[email protected]>>
>     Cc: [email protected]
>     <mailto:[email protected]>, DSpace general
>            <[email protected] <mailto:[email protected]>>
>     Message-ID:
>          
>      <[email protected]
>     <mailto:[email protected]>>
>     Content-Type: text/plain; charset="us-ascii"
>
>     Hi Baseer
>
>
>
>     About the  license you should paste your license.txt file in a
>     directory
>     that you put all your files like contents, Dublin_core.xml, file1.pdf,
>     file2.pdf, file3.pdf, file4.odt, license.txt
>
>
>
>
>
>     After that change to your DSPace bin directory and run commands as :
>
>     $cd dspace-src/dspace/bin
>
>     $ su
>
>     Enter your root pwd or use sudo
>
>     # ./import -a -e [email protected]
>     <mailto:[email protected]> -c 123456789/7166 -s
>     /export/ -m wiremap
>
>
>
>     Info
>
>     Don't give all folder names like if you saved your files in
>     /export/myimport
>
>     Just type export on your command line and omit myimport which is the
>     folder containing the files you are importing including the license as
>     well.
>
>
>
>     Regards,
>
>     Lewatle
>
>
>
>
>
>     From: Khan, Baseer [mailto:[email protected]
>     <mailto:[email protected]>]
>     Sent: Thursday, November 12, 2009 1:26 PM
>     To: Lewatle Phaladi
>     Subject: bulk imort licensing
>
>
>
>     Hello ,
>
>
>
>     This is Baseer ,
>
>     i have recently made a bulk import in Dspace using Google summer
>     code it
>     worked fine .
>
>     Now i have to do one more bulk import , i have to embede the
>     license in
>     the import too.
>
>     For your reference i am copying your previous email about bulk
>     import .
>
>     Can you expalin me a little bit more about adding the license
>     whether i
>     should generate it from the code or
>
>     after generating the code i have to add a text file license in the
>     bulk
>     import folder and then run the dsrun command .
>
>     If you could expalin this a little bit more it will be really helpful
>     for me .
>
>
>
>     Thank you,
>
>     Baseer.
>
>
>
>     Below is your previous email about bulk import.
>
>
>
>
>
>
>
>
>
>     Hi Khan
>
>     What I did,
>
>     create a file called contents
>     and type your files names like this inside contents file, you can
>     mention as many as possible
>
>
>     HWS-10.pdf      bundle:ORIGINAL
>     HWS-11.pdf      bundle:ORIGINAL
>     HWS-12.pdf      bundle:ORIGINAL
>     HWS-13.pdf      bundle:ORIGINAL
>     HWS-14.pdf      bundle:ORIGINAL
>     HWS-16.pdf      bundle:ORIGINAL
>     HWS-17.pdf      bundle:ORIGINAL
>     HWS-18.pdf      bundle:ORIGINAL
>     HWS-19.pdf      bundle:ORIGINAL
>     HWS-20.pdf      bundle:ORIGINAL
>     HWS-21.pdf      bundle:ORIGINAL
>     HWS-22.pdf      bundle:ORIGINAL
>     HWS-23.pdf      bundle:ORIGINAL
>     license.txt     bundle:LICENSE
>
>
>     secondly create license.txt file and insert your license like:
>
>
>     License granted by Yourname YourSurname ([email protected]
>     <mailto:[email protected]>) on
>     2009-08-26T09:12:19Z (GMT):
>
>     NOTE: PLACE YOUR OWN LICENSE HERE
>     This sample license is provided for informational purposes only.
>
>     NON-EXCLUSIVE DISTRIBUTION LICENSE
>
>     By signing and submitting this license, you (the author(s) or
>     copyright
>     owner) grants to DSpace University (DSU) the non-exclusive right to
>     reproduce,
>     translate (as defined below), and/or distribute your submission
>     (including
>     the abstract) worldwide in print and electronic format and in any
>     medium,
>     including but not limited to audio or video.
>
>     You agree that DSU may, without changing the content, translate the
>     submission to any medium or format for the purpose of preservation.
>
>     You also agree that DSU may keep more than one copy of this submission
>     for
>     purposes of security, back-up and preservation.
>
>     You represent that the submission is your original work, and that you
>     have
>     the right to grant the rights contained in this license. You also
>     represent
>     that your submission does not, to the best of your knowledge, infringe
>     upon
>     anyone's copyright.
>
>     If the submission contains material for which you do not hold
>     copyright,
>     you represent that you have obtained the unrestricted permission
>     of the
>     copyright owner to grant DSU the rights required by this license, and
>     that
>     such third-party owned material is clearly identified and acknowledged
>     within the text or content of the submission.
>
>     IF THE SUBMISSION IS BASED UPON WORK THAT HAS BEEN SPONSORED OR
>     SUPPORTED
>     BY AN AGENCY OR ORGANIZATION OTHER THAN DSU, YOU REPRESENT THAT
>     YOU HAVE
>     FULFILLED ANY RIGHT OF REVIEW OR OTHER OBLIGATIONS REQUIRED BY SUCH
>     CONTRACT OR AGREEMENT.
>
>     DSU will clearly identify your name(s) as the author(s) or owner(s) of
>     the
>     submission, and will not make any alteration, other than as allowed by
>     this
>     license, to your submission.
>
>
>     Lastly create the xml file named    dublin_core.xml
>
>     inside the file put you info like this:
>
>     <?xml version="1.0" encoding="utf-8" standalone="no"?>
>     <dublin_core schema="dc">
>      <dcvalue element="contributor" qualifier="author">Lewatle,
>     Phaladi</dcvalue>
>      <dcvalue element="description" qualifier="none">E Book in PDF
>     format</dcvalue>
>      <dcvalue element="description" qualifier="abstract">To
>     follow</dcvalue>
>      <dcvalue element="language" qualifier="iso">en</dcvalue>
>      <dcvalue element="publisher" qualifier="none">University of your
>     own</dcvalue>
>      <dcvalue element="subject" qualifier="none">South africana</dcvalue>
>      <dcvalue element="subject" qualifier="none">South Africa</dcvalue>
>      <dcvalue element="subject" qualifier="none">history</dcvalue>
>      <dcvalue element="subject" qualifier="none">Library</dcvalue>
>      <dcvalue element="subject" qualifier="none">history</dcvalue>
>      <dcvalue element="subject" qualifier="none">Africana</dcvalue>
>      <dcvalue element="title" qualifier="none">Africana, South
>     Africa</dcvalue>
>      <dcvalue element="type" qualifier="none">Book</dcvalue>
>      <dcvalue element="date" qualifier="issued">2009-08-24</dcvalue>
>     </dublin_core>
>
>
>     All the above files copy them into one folder with a name of your
>     choice
>
>     on my case I also copied the folder(that contains the files) into my
>     directory eg /export
>     then they look like
>     /export/folder
>
>     then
>     cd /[dspace]/dspace/bin/
>
>     # ./import -a -e [email protected]
>     <mailto:[email protected]> -c 123456789/7166 -s
>     /export/ -m wiremap
>
>     I believe this will help as it has for me.
>
>     Regards
>     Lewatle
>
>
>
>
>
>     <html><p><font face = "verdana" size = "0.8" color = "navy">This
>     communication is intended for the addressee only. It is
>     confidential. If you have received this communication in error,
>     please notify us immediately and destroy the original message. You
>     may not copy or disseminate this communication without the
>     permission of the University. Only authorized signatories are
>     competent to enter into agreements on behalf of the University and
>     recipients are thus advised that the content of this message may
>     not be legally binding on the University and may contain the
>     personal views and opinions of the author, which are not
>     necessarily the views and opinions of The University of the
>     Witwatersrand, Johannesburg. All agreements between the University
>     and outsiders are subject to South African Law unless the
>     University agrees in writing to the contrary.</font></p></html>
>     -------------- next part --------------
>     An HTML attachment was scrubbed...
>
>     ------------------------------
>
>     
> ------------------------------------------------------------------------------
>     Let Crystal Reports handle the reporting - Free Crystal Reports
>     2008 30-Day
>     trial. Simplify your report design, integration and deployment -
>     and focus on
>     what you do best, core application coding. Discover what's new with
>     Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>
>     ------------------------------
>
>     _______________________________________________
>     DSpace-tech mailing list
>     [email protected]
>     <mailto:[email protected]>
>     https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
>     End of DSpace-tech Digest, Vol 43, Issue 21
>     *******************************************
>
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
> trial. Simplify your report design, integration and deployment - and focus on 
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ------------------------------------------------------------------------
>
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>   


-- 
Oriol Olivé Comadira
*Biblioteca Universitat de Girona*
/Projectes/

DUGi: Dipòsit Digital de la Universitat de Girona
DUGiDoc: Dipòsit de Documents Digitals de la Universitat de Girona
DUGiMedia: Dipòsit d'Àudio i Vídeo de la Universitat de Girona
DUGiFonsEspecials: Dipòsit Digital de la Universitat de Girona

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to