From version < 5.1 >
edited by nlo
on 20.05.2019, 17:55
To version < 5.2
edited by gru
on 28.04.2020, 16:21
<
Change comment: Code Makro angepasst

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.nlo
1 +XWiki.gru
Content
... ... @@ -12,7 +12,7 @@
12 12  
13 13  An arbitrary name for the server that will be shown in the connection overview page.
14 14  
15 -Example: {{code}}FS-localhost{{/code}}
15 +Example: {{code language="none"}}FS-localhost{{/code}}
16 16  
17 17  === Description ===
18 18  
... ... @@ -22,13 +22,13 @@
22 22  
23 23  The IP address the {{mserver/}} uses to establish a connection to {{fserver/}}. {{formcycle/}} must be installed on the {{fserver/}}.
24 24  
25 -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}}
26 26  
27 27  === Port ===
28 28  
29 29  The network port the {{fserver/}} listens on for incoming connection from the {{mserver/}}.
30 30  
31 -Default: {{code}}4753{{/code}}
31 +Default: {{code language="none"}}4753{{/code}}
32 32  
33 33  === Key ===
34 34  
... ... @@ -36,7 +36,7 @@
36 36  
37 37  This field will be pre-filled with an automatically generated key when creating a new connection.
38 38  
39 -Example: {{code}}65369835-3fc5-45b7-8417-77e24d38db0d{{/code}}
39 +Example: {{code language="none"}}65369835-3fc5-45b7-8417-77e24d38db0d{{/code}}
40 40  
41 41  == Connection settings ==
42 42  
... ... @@ -48,7 +48,7 @@
48 48  
49 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//.
50 50  
51 -Default: {{code}}5{{/code}}
51 +Default: {{code language="none"}}5{{/code}}
52 52  
53 53  === Connection interval (seconds) ===
54 54  
... ... @@ -56,7 +56,7 @@
56 56  
57 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//.
58 58  
59 -Default: {{code}}10{{/code}} (every ten seconds)
59 +Default: {{code language="none"}}10{{/code}} (every ten seconds)
60 60  
61 61  === SSL encryption ===
62 62  
... ... @@ -66,7 +66,7 @@
66 66  
67 67  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/}}.
68 68  
69 -Example: {{code}}C:/FS/.keystore{{/code}}
69 +Example: {{code language="none"}}C:/FS/.keystore{{/code}}
70 70  
71 71  === Password for the certificate keystore ===
72 72  
Copyright 2000-2025