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