Hi Sibrand, In regard to the use of the handle server in Windows you may find this wiki page useful which describes how to set up the handle server to run as a Windows service.
http://wiki.dspace.org/index.php/Handle_Server_Setup_as_Windows_Service_ (using_Tanuki) Many Thanks, Chris ------------------------------------------------------------------------ --------------------------- Chris Yates Repository Support Officer Gwasanaethau Gwybodaeth Information Services Prifysgol Aberystwyth Aberystwyth University E-bost / E-mail [EMAIL PROTECTED] Ffon / Tel: (01970 62) 8489 ------------------------------------------------------------------------ --------------------------- > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:dspace-tech- > [EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: 21 August 2008 08:24 > To: [email protected] > Subject: [Dspace-tech] Converting bash-files to batch-files > (dspace\bin) > > Hello, > > I'm currently working on dspace 1.5 and I've taken the time to convert > all the > UNIX shell scripts in /dspace/bin to batch files, so a Windows > environment > would have the same easy-to-use scripts. I know a dspace-shell is on > its way > (or it's at the TODO-list, at least), but for now, they would come in > handy. > I've could convert most of them very straightforward, but a few scripts > were a > little bit more tricky. So here are my questions: > > make-handle-config uses sed and awk, and because there are no > equivalents on > DOS/Windows (or I'm not aware of such commands), I've decided to use a > small > Java class for the file manipulation. Is this solution O.K., or are > better > options available ? > dspace_migrate has the same problem, I think (it's the last one I need > to make). > > start-handle-server uses nohup, which means that it's running like a > system > service instead of a user service. Again, I don't know a good > equivalent in > Windows, so I had to use "start", resulting in a new command window in > which > the handle server is started. When the user logs out, the handle server > is > obviously shut down. A better solution ? > > Submitting the batch files has to be done on the sourceforge patching > subsite ? > -> > https://sourceforge.net/tracker/index.php?func=detail&aid=2061922&group > _id=19984&atid=319984 > I'll post later this day a zip/rar-file containing ALL my batch-files > (incl. the > necessary java classes). > Is that enough for submitting the code or do I need to do other actions > ? > > Kindly regards, > Sibrand. > > ----------------------------------------------------------------------- > -- > 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=100&url=/ > _______________________________________________ > DSpace-tech mailing list > [email protected] > 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=100&url=/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

