Server Administration

This subnode specifies the default number of lines to be displayed on a single page when displaying server log files in the Server Administration component of Metability.


Server Administration option under Metability preferences
  • The Displayed Lines of Log Files specifies the default number of lines to be displayed on a single page when log files are listed.
  • In the Auto Refresh Configuration area, you can change the time between refresh cycles (default value: 10 seconds). You can select the Enable auto refresh by default option to refresh the listings by default in the specified cycle. This can be disabled on the listed pages if required.
  • The Item Dump Configuration area offers the following options:
    Options Description
    Include item environment Specifies if the item dump contains information about the item environment.
    Include item attribute contents Specifies if the item dump contains the contents of all attributes of all item versions.
  • In the Server Configuration Display Settings you can specify that an "import" entry in the server configuration file is replaced by its content or it is shown as reference.
Example:
Expand imported sections in place is selected
[LDAPSRCH]
SYSUID=LDAPSRCH
PARAMS=/c java.exe -Xmx512m -cp "C:\Rochade\server\srv_new\ldapsrch\.;C:\Rochade\server\srv_new\ldapsrch\*" -Xrs de.rochade.rpcservice.RpcMain
CLASS=de.rochade.rpcservice.handlerimpl.LdapSearchHandler
SERVER1=RO_CONNECT
NAME=LDAPSRCH
PROGRAM=C:\WINDOWS\system32\cmd.exe
ServerStartSection=SERV
THREAD_POOL_PORT=7020
THREAD_POOL_PORT_SYSTEM=TRUE
PRELOAD=0
MAX_INSTANCES=5
KEEP_ACTIVE=300
PERMISSION=UNRESTRICTED
Expand imported sections in place is not selected
[LDAPSRCH]
SYSUID=LDAPSRCH
PARAMS=/c java.exe -Xmx512m -cp "C:\Rochade\server\srv_new\ldapsrch\.;C:\Rochade\server\srv_new\ldapsrch\*" -Xrs de.rochade.rpcservice.RpcMain
CLASS=de.rochade.rpcservice.handlerimpl.LdapSearchHandler
SERVER1=RO_CONNECT
NAME=LDAPSRCH
PROGRAM=C:\WINDOWS\system32\cmd.exe
ServerStartSection=SERV
$IMPORT=LDAPSRCH_DEFAULT

[LDAPSRCH_DEFAULT]
THREAD_POOL_PORT=7020
THREAD_POOL_PORT_SYSTEM=TRUE
PRELOAD=0
MAX_INSTANCES=5
KEEP_ACTIVE=300
PERMISSION=UNRESTRICTED