Versions Compared

Key

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

Sakai Properties Reference - L

...

Anchor
L
L

Anchor
linktool.home
linktool.home

linktool.home

The shared directory in which linktool keys are deployed in shared environments.

Syntax

Accepts a valid directory location.

Anchor
localIndexBaseATorg.sakaiproject.search.api.JournalSettings
localIndexBaseATorg.sakaiproject.search.api.JournalSettings

localIndexBase@org.sakaiproject.search.api.JournalSettings

A local directory used to store search index data.

Syntax

Accepts a valid directory location.

Anchor
locales
locales

locales

A comma-delimited list of supported locales.

Syntax

Accepts a list of valid locales separated by commas (there should be no spaces or quotes next to the commas).

Anchor
log.config
log.config

log.config

Override the default logging for one or more components.

Syntax

You must have a log.config.count parameter indicating the total number of log settings defined. You are then expected to have a numbered instance of this element for each number between 1 and the total count. For example, if log.config.count is set to 2, you would be expected to provide a log.config.1 and log.config.2. setting. Use the name of the actual fully qualified classname which has the logging in it (example: DEBUG.org.sakaiproject.email.impl.BasicEmailService) and not the classname of the service api.

Anchor
logAbandonedATjavax.sql.BaseDataSource
logAbandonedATjavax.sql.BaseDataSource

logAbandoned@javax.sql.BaseDataSource

Whether or not to log stack traces for application code which abandons a statement or connection.

Syntax

Can be set to true or false.

Anchor
logWriterATjavax.sql.BaseDataSource
logWriterATjavax.sql.BaseDataSource

logWriter@javax.sql.BaseDataSource

The classname of the log writer.

Syntax

A valid classname.

Anchor
loggedOutUrl
loggedOutUrl

loggedOutUrl

The URL users are sent to when they click the "logout" button.

Syntax

Accepts a valid URL.

Anchor
login.browser.user.agent
login.browser.user.agent

login.browser.user.agent

One or more additional browser agents to support when requesting HTTP basic authentication.

Syntax

You must have a login.browser.user.agent.count parameter indicating the total number of additional browser agents. You are then expected to have a numbered instance of this element for each number between 1 and the total count. For example, if login.browser.user.agent.count is set to 2, you would be expected to provide a login.browser.user.agent.1 and login.browser.user.agent.2 setting. The text of the actual setting should be a regex pattern that the desired agent will match.

Anchor
login.icon
login.icon

login.icon

The source location of the login icon displayed in the portal.

Syntax

Accepts a valid relative or absolute URL.

Anchor
login.text
login.text

login.text

The textual wording associated with the link to the login URL specified in the login.url property. Will not be displayed on the portal unless top.login is set to false.

Syntax

Any text, including special characters and HTML.

Anchor
login.url
login.url

login.url

The URL users are sent to when a login is required. This is the destination for the login link as well as the redirect that occurs when a protected resource is accessed without a login.

Syntax

Accepts a valid relative or absolute URL.

Anchor
logout.icon
logout.icon

logout.icon

The icon associated with the "logout" link.

Syntax

Accepts a valid relative or absolute URL.

Anchor
logout.text
logout.text

logout.text

The textual wording of the link used to log out.

Syntax

Any text, including special characters and HTML.