Hi Shannon,

While DSpace shows URLs that include the word "handle" by default, the actual handle server is actually not configured by default.

It sounds like you may just be wanting the URI that is displayed on Item pages to no longer start with "http://hdl.handle.net/";. If that's the case you can easily tweak that in your "build.properties".

It's the "handle.canonical.prefix" setting in that file: https://github.com/DSpace/DSpace/blob/master/build.properties#L148

If you want it to simply be the URL of your Dspace, you can change this setting to be:

handle.canonical.prefix = ${dspace.url}/handle/

After changing that setting, you will need to rebuild & redeploy DSpace (which will cause the setting to be propagated to your "live" dspace.cfg file):

cd [dspace-src]    (i.e. source directory)
mvn clean package
cd dspace/target/dspace-installer
ant update

Finally, restart Tomcat.

- Tim

On 7/1/2015 8:16 AM, Shannon Meisenheimer wrote:
Is it possible to disable handle all together? Our Library is just wanting to have the DSpace internal URL displaying without the handle in the Article link and change the URI displayed to the internal DSpace link.

Thanks,
Shannon
--
Mr. Shannon Meisenheimer
Office of Technology
Blackboard and Academic Application Management
University of Central Missouri
Dockery 207A
meisenhei...@ucmo.edu <mailto:meisenhei...@ucmo.edu>
Work Phone:  (660) 543-8483



------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/


_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to