Yes, we have successful used this approach.
You can also edit the /bin/make-handle-config changing the lines (66-67):
echo "" >>$tempfile   # Port to listen to (default=2641)
echo "" >>$tempfile   # Port for HTTP i/f to listen to (default=8000)
in
echo "2642" >>$tempfile   # Port to listen to (default=2641)
echo "8001" >>$tempfile   # Port for HTTP i/f to listen to (default=8000)
so you can use this script for make the handle configuration
Of course the port 2642 and 8001 are only a proposal and you can modify 
if needed (for example if you are other service on server bind on the 
same port)

Andrea

TAYLOR Robin ha scritto:
> I wonder if anyone can save me some time with a wee query about handle
> servers. We are intending to run more than one Dspace installation on
> the same machine, each with its own handle server. When creating the
> sitebndl file I am prompted for two port numbers, the defaults are 2641
> and 8000. I am assuming I should use alternative port numbers for each
> new installation of Dspace ?
>
> Any advice appreciated.
>
> Thanks, Robin.
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
>   


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to