Versions Compared

Key

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

Parameter

Description

mandatory

allowed values

default value

Comments

configDirectory

Directory path to the file for repository configuration.

For more information see Location of the repository.cfg file .

yes

config

starting with version 2.1.0

configFile

Name of the config file.

For more information see Location of the repository.cfg file .

yes

repository.cfg

starting with version 2.1.0

repositoryfactory.tenant-support

Enables Multi-Tenant-Support.

For more information see Multi-Tenant-Support (tC) .

Info

Note: There exist repositoryfactory parameters that application-wide and those that are repository-wide. Always take care about correct usage!

no

true; false

false

starting with version 2.5.0

tia.license.path

Directory path to the license file

For more information see Location of the license file

no

config/license

starting with version 2.5.0

tia.license.refreshIntervalS

Interval for checking for updates in license file.

no

1800

starting with version 2.6.0

webapp.security.frameheaders.enabled

enable the headers like x-frame-options, X-Content-Type-Options and moreThis parameter enables Content-Security-Policy Headers in Web environments. Enabling this increases the security level, while it is possible that functionality not prepared for this may fail.

For more information about Content Security Policy, refer to external link: https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP .

no

true; false

false

starting with version 2.6.0

logging.level.<package>

Log level for the package

no

OFF; ERROR; WARN; INFO; DEBUG

starting with version 2.1.0

server.port

Listener port of the Content Server

yes

<port number>

8080

starting with version 2.1.0

server.servlet.context-path

Web context of the Content Server

no

<web context>

/

starting with version 2.1.0

spring.servlet.multipart.max-file-size

Maximum file size in Bytes allowed for upload. -1 means no limit.

no

<Numeric>

-1

starting with version 2.1.0

spring.servlet.multipart.max-request-size

Maximum size for multipart bodies in Bytes allowed. -1 means no limit.

no

<Numeric>

-1

starting with version 2.1.0

logging.config

Location of the configuration file for the logging framework.

no

<path>

before tia Core 3.0:

log4j2.xml

starting with version 2.1.0

loader.path

Allow loading of additional jars when using the container deployment, e.g. for custom jdbc driver.

no

<path or jar file>

typical values:

/lib or /lib/jdbc.jar

starting with version 2.7.0

cxf.path

Endpoint were service is reachable.

Applicable for CMIS, ILM, and SAPHTTP.

yes

<endpoint>

for CMIS: /

for ILM: /ilm/

for SAPHTTP: /contentserver/

org.apache.cxf.attachment-max-header-size

Maximum individual header length.

Applicable for CMIS, ILM, and SAPHTTP.

Before 2.7.0: This parameter can ONLY be set as Java-startup parameter.

Since 2.7.0: The parameter can be set also as environmental variable or in context.xml file.

For more information about the variants to apply application-wide parameters, please refer to Application wide settings .

no

<Numeric>

before 2.7.0:

300

starting with 2.7.0:

1000

...