Versions Compared

Key

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

...

This guide has been updated to reflect changes with the 3.0.4 release.

Table of Contents

...

Basic Properties

The following properties apply to a simple installation (no optional features).

Property Name (*indicates a required property)

Description

Type (Expected Value)

Default Value
Header and footer navigation for application pages
eaglei.ui.gwt.uiconfig.centralNavbarUrl

The location of the html snippet used as the top navigation on pages served from the central site. If none is provided, a backup file is used. N.B. the backup file may not represent the latest links. 

String (URL)

none
eaglei.ui.gwt.uiconfig.centralFooterNavUrl
The location of the html snippet used as the top navigation on pages served from the central site. If none is provided, a backup file is used. N.B. the backup file may not represent the latest links. String (URL)none
eaglei.ui.gwt.uiconfig.institutionNavbarUrl
The location of the html snippet used as the top navigation on pages served from certain institution applications site. If none is provided, a backup file is used. N.B. the backup file may not represent the latest links. String (URL)none
eaglei.ui.gwt.uiconfig.institutionFooterNavUrl
The location of the html snippet used as the top navigation on pages served from certain institution applications site. If none is provided, a backup file is used. N.B. the backup file may not represent the latest links. String (URL)none
eaglei.ui.gwt.uiconfig.sweetNavbarUrl
The location of the html snippet used as the top navigation on pages served from the SWEET application. If none is provided, a backup file is used. N.B. the backup file may not represent the latest links. String (URL)none
eaglei.ui.gwt.uiconfig.sweetFooterNavUrl
The location of the html snippet used as the top navigation on pages served from the SWEET application. If none is provided, a backup file is used. N.B. the backup file may not represent the latest links. String (URL)none
Email

*eaglei.email.mta.host

Configures the email server hostname to be used by the applications.String (hostname)none
eaglei.email.mta.port
Configures the port to use for the email server that will be used by the applications.Integer25
eaglei.email.mta.ssl
Configures the email server to use SSL. Set to true to use SSL. Please note email credentials are required if using SSL. See below.Booleanfalse

*eaglei.email.postmaster

Specifies the email address that will be used as the sender of the emails sent by the applications.String (email)none

*eaglei.email.postmaster.name

Specifies the name to use for the postmaster email address.Stringnone

*eaglei.email.feedback

Specifies the email address that will receive the feedback when using the 'Give us feedback' button. Please note that this property is not required when using a feedback method other than email.

String (email)none
Other
eaglei.search.is.central
Indicates if the search application is an instance of Institution Search or Central Search. Set to true for Central Search. Please note that both search applications cannot coexist.Booleanfalse
Credentials
eaglei.email.mta.username
The username to use for the email server. Please note that this is required when using SSL for email.Stringnone
eaglei.email.mta.password
The password to use for the email server. Please note that this is required when using SSL for email.Stringnone

*eaglei.datatools.globals.user

The username for a repository user who has add, remove and read access to the graph NG_GLobalProxy, which is used for caching centrally curated resource data locally. This user is used in the automated synchronization of the centrally curated resources data.Stringnone

*eaglei.datatools.globals.password

The password for a repository user who has add, remove and read access to the graph NG_GLobalProxy, which is used for caching centrally curated resource data locally. This user is used in the automated synchronization of the centrally curated resources data.Stringnone

*eaglei.anonymousExtended.user

The username for a repository user who has no roles. This user is used for webservices provide by SWEET. These services include the generation of the resource provider summary lists on the landing page for the institution, i.e. http://alaska.eagle-i.net.Stringnone

*eaglei.anonymousExtended.password

The password for a repository user who has no roles. This user is used for webservices provide by SWEET. These services include the generation of the resource provider summary lists on the landing page for the institution, i.e. http://alaska.eagle-i.net.Stringnone


Optional Properties

Property Name (*indicates a required property for using the feature)

Description

Type (Expected Value)

Default Value
eaglei.ui.analyticsId
Specifies the google analytics ID to use. Please note that the data usage fora node is mutually exclusive with usage on the central search node.Stringnone
Feature: Centrally curated resources repository details
eaglei.datatools.globalPolling.frequency
Specifies how frequently the local cache of the centrally curated resources should be synchronized with the centrally curated resources repository.Integer24
eaglei.datatools.globalPolling.unit
Specifies the unit of how frequently the local cache of the centrally curated resources should be synchronized with the centrally curated resources repository. Please note that this value must be a Java TimeUnit.StringHOURS
Feature: Public SPARQL Endpoint details

*eaglei.sparqler.source.URL

Specifies the base url for the source repository that is used to supply the data for the public SPARQL endpoint. Please note that this url should not contain the repository endpoint.String (URL)none

*eaglei.sparqler.target.URL

Specifies the url for the public SPARQL endpoint. This is the url that is used for accessing the public SPARQL endpoint and is also the destination of the data from the source repository. Please note that this url does contain the application endpoint (sparqler).String (URL)none

*eaglei.sparqler.source.user

The username for a repository user who has Level 4 access to the source repository.Stringnone

*eaglei.sparqler.source.password

The password for a repository user who has Level 4 access to the source repository.Stringnone

*eaglei.sparqler.target.user

The username for a repository user who has Level 4 access to the target repository.Stringnone

*eaglei.sparqler.target.password

The password for a repository user who has Level 4 access to the target repository.Stringnone
Feature: Enable login for Institution Search

*eaglei.search.requires.login

Indicates if the search application should require a login. When set to true in an institution search, users are authenticated with their SWEET credentials. Please note that this should not be set for central search.Booleanfalse

*eaglei.search.logout.url

Specify the url that users should be redirected to when they logout of the search application. Please note that this should not be set if not using login.String (URL)none
Feature: Enable a localized ontology details

*eaglei.model.jena.localIri

Specifies the IRI (Internationalized URI) for the institution specific ontology. Used when specifying institution specific annotations. String (IRI)none

*eaglei.model.jena.localSource

Specifies the source file containing the institution specific ontology.Stringnone
Feature: Logging search queries to a relational database

*eaglei.logger.jdbc

Specifies the base jdbc url to be used in the logging database connection string. e.g. jdbs:mysql://Stringnone

*eaglei.logger.host

Specifies the hostname (and port number if applicable) to be used in the logging database connection string. e.g. localhost:2980Stringnone

*eaglei.logger.database

Specifies the name of the database to be used in the logging database connection string.Stringnone

*eaglei.logger.database.user

Specifies the user name for accessing the logging database.Stringnone

*eaglei.logger.database.password

Specifies the password for accessing the logging database.Stringnone

 

Advanced Properties

Note

The following properties have defaults that are used by the eagle-i applications. They are listed here for completeness and as a guide for contributors.  Please do not override the default values unless you are sure of what you are doing.

...