Versions Compared

Key

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

...

Property name

email.replyTo

DescriptionSpecify an email address which will appear as the sender in e-mail notifications to users (Optional). If a user replies to the notification, this address will receive the reply. If a user's e-mail address is invalid, this address will receive the error notice. If this is left blank, users will not be notified of changes to their accounts.
Default valueNONE
Example valuevivoAdmin@my.domain.edu

Extended properties

Connecting to the Solr search index

VIVO and its search index are actually two distinct web applications, and the simple installation puts them both into the same instance of Tomcat. Even so, the VIVO webapp must be told how to reach the Solr webappThese are properties that many sites will not need to modify.

http://vivo.mydomain.edu/ns#networkId
Property name

vitro.local.solr.url

Description

URL of Solr context used in local VIVO search. Should consist of:

Pre
scheme + servername + port + vivo_webapp_name + "solr"

 

In the standard installation, the Solr context will be on the same server as VIVO, and in the same Tomcat instance. The path will be the VIVO webapp.name (specified above) + "solr"

Default valueNONE
Example valuehttp://localhost:8080/vivosolr
Property name

selfEditing.idMatchingProperty

DescriptionThe URI of a property that can be used to associate an Individual with a user account. When a user logs in with a name that matches the value of this property, the user will be authorized to edit that Individual (the value of the property must be either a String literal or an untyped literal). 
Default valueNONE
Example value

Extended properties

These are properties that many sites will not need to modify.

Property name

homePage.geoFocusMaps

DescriptionOn the VIVO home page, display a global map highlighting the geographical focus of foaf:person individuals.
Default valueenabled
Example valuedisabled

...