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

Parameters

Possible valuesDescriptionAvailable from
as variable name in the config fileas  environment variable with 
namespace "planta.server." as prefix
   
auth.methodsauth.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.serverString (path)Path to the PLANTA server configuration file (local path under Planta-server-directory);
Should not be changed by user

hibernate

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

web

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

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

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

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

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

host

gui.hosthost name or IP address, v4 or v6Interface the server is listening on for client connections

port

gui.portIntPort the server is listening on for client connections

debug

maintain.debugBooleanLoads a debug version of the python library when set to true - development option

silent

maintain.silentBooleanDeactivates/activates some output to standard output and standard error - development option
timeouttimeoutIntCurrently without effect

performance_counting

maintain.performance_countingBooleanfalse by default; true enables performance counting globally
parallel_sessions
parallel_sessionsIntHow many sessions (connections to server, aka open clients) are allowed at the same time before server denies any new connection attempts.
recompile_pojos_at_startupmaintain.recompile_pojos_at_startupBooleanIf 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_sizeIntNative memory size maximum (in MiB)
mem_limit.sessionmaintain.mem_limit.sessionIntMinimum free size (in MiB) for session start
mem_limit.calculationmaintain.mem_limit.calculationIntMinimum free size (in MiB) for calculation of a project
mem_limit.modulemaintain.mem_limit.moduleIntMinimum free size (in MiB) for loading module data
mem_limit.recalculationmaintain.mem_limit.recalculationIntMinimum free size (in MiB) for start of recalculation
relational_delete_by_javarelational_delete_by_javaBooleanA 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_namesStringInternal names for Server
This should NOT be changed by the user
 
proto.keepalive.millis proto.keepalive.millisInt (milliseconds)If no protobuffer-message is received after this interval, the client will be closed (assumed to be stuck) 
proto.keepalive.check proto.keepalive.checkIntIf this number of protobuffer-messages fails to arrive, the client will be closed (protobuffer-error assumed)