Hi,

Summarizing back to the list, the fix was to do the following 

# in dspace.cfg for handle.canonical.prefix parameter in Handle settings section

# to change
# CNRI Handle prefix
handle.prefix = 123456789

# to change to
# CNRI Handle prefix
handle.prefix = 123456789
handle.canonical.prefix = http://your.dspace.server.url/handle/

Best wishes,

-- Van Ly 

-----Original Message-----
From: djr [mailto:[email protected]]
Sent: Thu 2009-08-06 02:39
To: [email protected]
Subject: [Dspace-tech] How change uri handle from http://hdl.handle.net/ 
tohttp://myip in all items
 
You can change the handle server (to not use a handle server) by editing the
HandleManager.java (mine was located in the
dspace-src/dspace-api/src/main/java/org/dspace/handle directory). In
specific, find the getCanonicalForm class, comment out the existing logic
and set the return to the following:

return "http://yourIP:8180/jspui/handle/"; + handle;

Where yourIP is the URL or IP of the server where DSpace is installed. NOTE:
Dont forget to set the port to the port that your dspace webapp is running
on as well. More information can be found on the following link:
http://femto.cs.uiuc.edu/~sbond/dspace/


------------------------------------------------------------------------------
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