Versions Compared

Key

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

Available from Core of tia tia® Content Server core Version 2.1.0

Public Access (RELEASE TAG) :

...

Code Block
docker run -p 8080:8080 -v data_volume:/temp/ -v ./tiacore/license/:/application/config/license/ -v C:/cmis/repository.cfg:/application/config/repository.cfg -d docker.kgs-software.com/tia/core/cmis:2.47.0

Configuration:

Docker command:

...

Environmane Variables

CONFIGDIRECTORY

Directory where repository.cfg is expected. Default is “/application/config/“

LOGGING_LEVEL_ROOT

Log Level for core of tia. Default is “Debug”. Recommended for Production is “WARN” or “ERROR”.

LOGGING_CONFIG

Point to a log4j2 configuration to overwrite the default one

WEBAPP_SECURITY_AUTH_BASIC_PASSWORD

Set Password for Status Webapp with bcrypt. Password “admin” for testing: $2a$10$5E1KpGIKSq6xuWmGf92bheB17V0l4fEMnVmYPqhWiazKddcx1TF/e

TIA_LICENSE_PATH

Path to the license file (if different from /application/config/license/)

You can overwrite these with -e <key>=value

...

Expand
titleI do not want log files inside my container (from core of tia <2for tia® Content Server core < 2.6.0 )
Info

This is no longer required for tia Core tia® Content Server core 2.6.0 or higher

  • Use e.g this log4j2.xml without file appender

View file
namelog4j2.xml


Map it to the container with -v <Folder>/log4j2.xml:/application/config/log4j2.xml

And set environment variable for the container -e LOGGING_CONFIG=/application/config/log4j2.xml

...

Expand
titleAre there files or directories that need to be mapped in the container and need to be permanent with read/write access?
  • Yes, but it depends on your configuration.

    • Core of tia tia® Content Server core requires a metadata directory (<repo>.configdata.filesystem.root)

    • Core of tia tia® Content Server core can require a keystore, when you configure it, make sure this file is available for all

      • <repo>.keystoreservice.pkcs12.name

      • <repo>.keystoreservice.pkcs12.path

    • Core of tia tia® Content Server core requires a temp directory to cache files it is /tmp there are only temporary files stored for short time.