Hi Tomas, I suspect your "handle.canonical.prefix" configuration may be misconfigured. This is the configuration DSpace uses to determine what URL to store in your "dc.identifier.uri" field (which is that "URI" field you see on the Item pages). Normally it is set to "[your-url]/handle/", for example: https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/dspace.cfg#L227
So, in your situation, it's likely set to " http://localhost:8080/xmlui/handle/" and you may instead want it to be " http://myuniversity.com/handle/" Unfortunately, changing that setting will only fix this wrong URL for any new items submitted into DSpace. It will *not* automatically update all your existing "dc.identifier.uri" fields to have the correct URL. To do that, you'll likely want to use DSpace's "batch metadata editing" tool: https://wiki.duraspace.org/display/DSDOC6x/Batch+Metadata+Editing That tool will let you export the metadata fields of all (or some) of your Items to a CSV spreadsheet. You can then use an editor like Microsoft Excel to quickly change/correct the "dc.identifier.uri" field for all Items that need it, and reimport the CSV spreadsheet. That will ensure all your existing "dc.identifier.uri" fields get updated. Hopefully that helps, but let us know on this list or via one of the other Support options if you need more help: https://wiki.duraspace.org/display/DSPACE/Support - Tim On Fri, Oct 26, 2018 at 8:59 AM Tomas Berzinas <[email protected]> wrote: > Hi, I have strange problem my dspace url is: myuniversity.com, but in > submitted or aprooved item window I gen generated url like this: > http://localhost:8080//xmlui/handle/123456789/89 > > how can I fix this? > > thanks for help! > > > > -- > All messages to this mailing list should adhere to the DuraSpace Code of > Conduct: https://duraspace.org/about/policies/code-of-conduct/ > --- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- Tim Donohue Technical Lead for DSpace & DSpaceDirect DuraSpace.org | DSpace.org | DSpaceDirect.org -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
