Zum Hauptinhalt springen

globals.conf

Die nachfolgenden Inhalte sind nur in englischer Sprache verfügbar.

Parameters

Possible values

Description

Available from

as variable name in the config file

as  environment variable with 
namespace "planta__server__" as prefix

 

 

 

transform_sql_literals

transform_sql_literals

The internal parsing and replacement of literals can be switched off globally with this parameter

S 39.5.37

auth.methods

auth__methods

interactive

kerberos

any

  • interactive: the usual login message box, secure due to challenge response authentication. 

    • for a backward-compatible behavior,  auth.methods  is set to  interactive  by default.

    • As long as this value is set, there will be no changes with regard to previous versions.

  • kerberos

  • any: is composed of all implemented authentification methods)

  • or a random combination of the above listed values, separated by blank characters and/or punctuation, so that it results in a conjunction of all mentioned individual or combined methods.

ldap

openidconnect

pki

  • ldap, openidconnect, pki: authentication via a preceding software component (requires the use of PLANTA  secure)

S 39.5.34

proxy

osuser

legacy

secure

 

  • proxy: authentication via a preceding software component (requires the use of PLANTA  secure)

  • osuser: no authentication, not secure 

  • legacy: is composed of the authentication methods  osuser  and  interactive 

  • secure: is composed of the authentication methods, enabling a secure login, currently  interactive  and  kerberos

Up to S 39.5.31

 config

config__server

String (path)

Path to the PLANTA server configuration file (local path under Planta-server-directory);
Should not be changed by user

 hibernate

config__hibernate

String (path)

Path to the Hibernate configuration file (local path under Planta-server-directory);
Should not be changed by user

 web

config__web

String (path)

Path to the Webservice configuration file (local path under Planta-server-directory);
Should not be changed by user

krb.conf

config__kerberos

String (path)

Path to the Kerberos configuration file (local path under Planta-server-directory);
Should not be changed by user

auth.conf

config__auth

String (path)

Path to the Authentification configuration file (local path under Planta-server-directory);
Should not be changed by user

secure.conf

config__secure

String (path)

Path to the Secure configuration file (local path under Planta-server-directory);
Should not be changed by user

license

config__license

String (path)

Path to the license configuration file (local path under Planta-server-directory);
Should not be changed by user

 host

gui__host

host name or IP address, v4 or v6

Interface the server is listening on for client connections

 port

gui__port

Int

Port the server is listening on for client connections

 debug

maintain__debug

Boolean

Loads a debug version of the python library when set to true - development option

 silent

maintain__silent

Boolean

Deactivates/activates some output to standard output and standard error - development option

timeout

timeout

Int

Currently without effect

 performance_counting

maintain__performance_counting

Boolean

false by default; true enables performance counting globally

 parallel_sessions

parallel_sessions

Int

Number of sessions (connections to server, aka open clients) allowed at the same time before server denies any new connection attempts.

recompile_pojos_at_startup

maintain__recompile_pojos_at_startup

Boolean

If set to true, Java classes that are defined by Customizing tables will be recompiled at every Server start (recommended)

S 39.5.31

 mem_limit.max_size

maintain__mem_limit__max_size

Int

Native memory size maximum (in MiB)

mem_limit.session

maintain__mem_limit__session

Int

Minimum free size (in MiB) for session start

mem_limit.calculation

maintain__mem_limit__calculation

Int

Minimum free size (in MiB) for calculation of a project

mem_limit.module

maintain__mem_limit__module

Int

Minimum free size (in MiB) for loading module data

mem_limit.recalculation

maintain__mem_limit__recalculation

Int

Minimum free size (in MiB) for start of recalculation

relational_delete_by_java

relational_delete_by_java

Boolean

A different way of handling the deletion of related tables
This is a beta functionality; it is recommended that you leave this at false

S 39.5.31

ld_preload_names

maintain__ld_preload_names

String

Internal names for Server
This should NOT be changed by the user

 

proto.keepalive.millis

proto__keepalive__millis

Int (milliseconds)

If no protobuffer-message is received after this interval, the client will be closed (assumed to be stuck)

 

proto.keepalive.check

proto__keepalive__check

Int

If this number of protobuffer-messages fails to arrive, the client will be closed (protobuffer-error assumed)

 

writeable_path

writeable_path

String (path)

Directory in which the server writes files

S 39.5.37

logfile_path

logfile_path

String (path)

Directory in which the server writes log files. If a writeable_path is defined, it will be added in front of the path defined in logfile_path

S 39.5.37

ssl_debug

maintain__ssl__debug

Boolean

If set to true, debug information for SSL is logged. If the server is started with yajsw, the information will be contained in wrapper.log

S 39.5.37

logback

config_logback

String (path)

Defines the file to be used as logback configuration. Can, for example, be one of the following files:

  • logback.xml

  • logback_debug.xml

  • logback_console_files.xml

  • logback_console_files_debug.xml

  • logback_only_console.xml

  • logback_only_console_debug.xml

    • The only_console files can be used for logging within the container. No log files are written and the SessionType is added to each message.

S 39.5.37

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.