Domains

An iKnowBase installation may serve multiple uses at the same time. For example, it may serve an external site (http://www.example.com), an intranet (http://intra.example.com), a partner site (https://partner.example.com) and a customer service site (https://service.example.com).

iKnowBase Domain defines a preference set that apply to a particular host name, to allow the user experience to differ between them.

See Development Guide for further information.

Properties

This section describes the properties of a domain, as shown on the corresponding Edit pane tabs.

Edit Tab

The Edit tab contains general information about the domain.

Property Description
Subsystem

Select the appropriate subsystem.

Server name:port

The servername and port this domain applies to, for example www.example.com : 80.

Default domain

Indicates the default domain. Default domains will be used where the domain context is unknown, e.g. sendmail functions. For that reason, it must always be one default domain defined.

Description

Type a description for this domain.

Custom access control (edit/delete)

Select a custom access control function, used to extend or override the default access control when editing and deleting documents.

Custom access control (add)

Select a custom access control function, used to extend or override the default access control when adding documents.

Public user

The name of the iKnowBase user used for clients that are not logged on. This property displays all the guest users defined in User administration.

Always run as this user

Indicates whether to always run as the public user, even for clients that are in fact logged on.

Default language

The default language used when iKnowBase does not find a language on the individual portlet, the user or the browser language.

Weight for title

Search score weight for hits in the document title. Value must be between 0.1 and 10.

Weight for metadata

Search score weight for hits in the document metadata. Value must be between 0.1 and 10.

Weight for description

Search score weight for hits in the document description. Value must be between 0.1 and 10.

Weight for Content

Search score weight for hits in the document content (URL, body, text, or file). Value must be between 0.1 and 10.

iKnowBase application

Path to the deployed iKnowBase ikbViewer application, including the trailing slash. For a default installation, use “/”.

Page engine

Path to the iKnowBase page engine, including the trailing slash. For a default installation, use “/page/”.

Content server

Path to the iKnowBase content server, including the trailing slash. For a default installation, use “/Content/”.

WebDAV server

URL to the WebDAV server. Certain clients will only work properly if the WebDAV server available at the root context. Either using User-Agent detection (default) or a separate host, e.g “https://webdav.example.com”. Also, most clients will require https to be enabled in order to work properly. Note: A full URL is required. Relative URL (e.g. “/”) is not supported.

Development Studio

Path to the iKnowBase Development Studio, including the trailing slash. For a default installation, use “/ikbStudio/”.

Static resources

Path to the deployed resource directory. For a default installation, use "/ressurs/"

Target to dimension page

Target to the dimension selector popup, typically used when selecting dimensions for search or categorize.

Target to archive page

Target to the document archive page, typically used when selecting “related documents” during publishing. Default value should be set to null.

Target to image page

Target to the image archive page, typically used when selecting images during publishing. Default value should be set to null.

Mail server : port

The servername and port used when sending e-mail from this domain.

Log time consuming queries

When a viewer use longer time than the time entered here, the query will be logged to sql_logger automatically. The value should be in seconds e.g (5 or 0.5).

Document Type / Presentation Style Tab

The info.type/pres.style tab contains information on the default presentation styles for the various document types. This information is used for viewers without a presentation style, normally for viewers presenting one single document.

Property Description
Add mapping

Selector of available document types

Document type

List of all document types defined in the system

Presentation style

Specifies which presentation style will be used for displaying information if a viewer does not specify a presentation style

Text Elements Tab

The properties on this tab enable you to define texts to be used in the component. The texts are available as FreeMarker model objects. Multiple languages are supported.

Property Description
Id

Type an identifier for the text element.

Text

Type the text labels that you want to use in the template. If multiple languages are supported in the solution, clicking the text input item expands hidden input items for all the languages, the language codes are specified behind the input fields.