Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Log into VIVO as an administrator, go to Site Admin -> SPARQL query.
  2. Clear all of the text from the text area, enter the following query in the text area:

    Code Block
    SELECT ?a ?b WHERE { ?a <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#rootTab> ?b }
  3. Scroll down and click “Run Query” and you should get a result like this:
    Image Added
  4. To get the default namespace from the result, take everything in quotes braces up to and including the last forward slash. In this case the default namespace is *

    No Formatcode
    http://usertestingvivo.mannlib.cornellmydomain.edu/individual/
  5. If you do not have a default namespace that matches the domain name where your VIVO application is installed, you can use the “Change Namespace of Resources” option under Site Admin – Ingest Tools to correct it. If you just change your configuration in runtime.properties, VIVO will not run correctly. Once you’ve made the change in the SiteAdmin, you will need to change it in runtime.properties, re-deploy and restart tomcat.

...