Changes for page Frontend-Server
Change comment:
Code Makro angepasst
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. nlo1 +XWiki.gru - Content
-
... ... @@ -6,64 +6,68 @@ 6 6 Configuring a frontend server 7 7 {{/figure}} 8 8 9 -== Server name==9 +== Server == 10 10 11 +=== Name === 12 + 11 11 An arbitrary name for the server that will be shown in the connection overview page. 12 12 13 -Example: {{code}}FS-localhost{{/code}} 15 +Example: {{code language="none"}}FS-localhost{{/code}} 14 14 15 -== Host ==17 +=== Description === 16 16 19 +You can enter an optional description for the {{fserver number="plural"/}}. 20 + 21 +=== Host === 22 + 17 17 The IP address the {{mserver/}} uses to establish a connection to {{fserver/}}. {{formcycle/}} must be installed on the {{fserver/}}. 18 18 19 -Examples: {{code}}localhost{{/code}}, {{code}}127.0.0.1{{/code}} 25 +Examples: {{code language="none"}}localhost{{/code}}, {{code language="none"}}127.0.0.1{{/code}} 20 20 21 -== Port == 27 +=== Port === 22 22 23 23 The network port the {{fserver/}} listens on for incoming connection from the {{mserver/}}. 24 24 25 -Default: {{code}}4753{{/code}} 31 +Default: {{code language="none"}}4753{{/code}} 26 26 27 -== Connect automatically ==33 +=== Key === 28 28 29 - Whenthisoptionisactivated,the {{mserver/}}willattemptto establish a connection to the{{fserver/}} automaticallywhen the {{mserver/}}isfirststartedas wellaswhenchangingandsavingthe connection settings.35 +The key of an {{fserver/}} is used to check if the {{mserver/}} is authorized to establish a connection to this {{fserver/}}. After installing the system for the first time, no such key has been set yet. Once a connection could be established successfully, this key will be transmitted to the {{fserver/}} and saved there locally. This process is called impregnation. When another {{mserver/}} attempts to establish a connection to this {{fserver/}}, it will require the key that has been set in this option. 30 30 31 - ==Connection attempts==37 +This field will be pre-filled with an automatically generated key when creating a new connection. 32 32 33 - The numberof times the{{mserver/}} shouldattemptto establishaconnection to the {{fserver/}} untilgivingup. When this limit has beenreached, nomore connection attempts are made theconnection keeps the status //error//.39 +Example: {{code language="none"}}65369835-3fc5-45b7-8417-77e24d38db0d{{/code}} 34 34 35 - Default:{{code}}5{{/code}}41 +== Connection settings == 36 36 37 -== Connect ioninterval(seconds)==43 +=== Connect automatically === 38 38 39 - Theintervalin secondsbetweentwosuccessiveconnectionattempts fromthe {{mserver/}} to the {{fserver/}}.45 +When this option is activated, the {{mserver/}} will attempt to establish a connection to the {{fserver/}} automatically when the {{mserver/}} is first started as well as when changing and saving the connection settings. 40 40 41 - Thetotal time inseconds the{{mserver/}} attempts to establish aconnectionis therefore the product of the number of //connectionattemps//and the //connection interval//.47 +=== Connection attempts === 42 42 43 - Default:{{code}}10{{/code}}(everyten seconds)49 +The number of times the {{mserver/}} should attempt to establish a connection to the {{fserver/}} until giving up. When this limit has been reached, no more connection attempts are made the connection keeps the status //error//. 44 44 45 - ==Key==51 +Default: {{code language="none"}}5{{/code}} 46 46 47 - Thekeyof an{{fserver/}} is used to check if the {{mserver/}} is authorized to establish a connectionto this {{fserver/}}. After installing thesystem forthe first time, no such key has been set yet. Once a connection couldbe established successfully, this key will be transmitted tothe {{fserver/}} andavedthere locally. This process is called impregnation. When another {{mserver/}} attempts to establish a connection to this {{fserver/}}, it will require the key that has been set in this option.53 +=== Connection interval (seconds) === 48 48 49 -Th is fieldwill bepre-filledwith anautomatically generatedkeywhen creating a newconnection.55 +The interval in seconds between two successive connection attempts from the {{mserver/}} to the {{fserver/}}. 50 50 51 - Example:{{code}}65369835-3fc5-45b7-8417-77e24d38db0d{{/code}}57 +The total time in seconds the {{mserver/}} attempts to establish a connection is therefore the product of the number of //connection attemps// and the //connection interval//. 52 52 53 - ==SSLencryption==59 +Default: {{code language="none"}}10{{/code}} (every ten seconds) 54 54 61 +=== SSL encryption === 62 + 55 55 By using SSL (//Secure Sockets Layer//) encryption you can encrypt the connection to the {{fserver/}}. When this option is activated, the following two required settings appear: 56 56 57 -== Path to the certificate keystore == 65 +=== Path to the certificate keystore === 58 58 59 59 Set the path to the Java keystore containing the certificate for encrypting the connection to the {{fserver/}} with the SSL. It must be the same certificate that has been created on or uploaded to the {{fserver/}}. 60 60 61 -Example: {{code}}C:/FS/.keystore{{/code}} 69 +Example: {{code language="none"}}C:/FS/.keystore{{/code}} 62 62 63 -== Password for the certificate keystore == 71 +=== Password for the certificate keystore === 64 64 65 65 The password used to open the keystore for the SSL encryption. 66 - 67 -== Description == 68 - 69 -You can enter an optional description for the {{fserver number="plural"/}}.