... |
... |
@@ -2,37
+2,55 @@ |
2 |
2 |
|
3 |
3 |
To acces the frontend server settings, go to //system// {{rarrow/}} {{fserver/}}. |
4 |
4 |
|
5 |
|
-{{figure image="039En.png"/}} |
|
5 |
+{{figure image="fs_en.png"}} |
|
6 |
+Configuring a frontend server |
|
7 |
+{{/figure}} |
6 |
6 |
|
7 |
|
-== Server name == |
|
9 |
+== Server == |
8 |
8 |
|
|
11 |
+=== Name === |
|
12 |
+ |
9 |
9 |
An arbitrary name for the server that will be shown in the connection overview page. |
10 |
10 |
|
11 |
11 |
Example: {{code}}FS-localhost{{/code}} |
12 |
12 |
|
13 |
|
-== Host == |
|
17 |
+=== Description === |
14 |
14 |
|
|
19 |
+You can enter an optional description for the {{fserver number="plural"/}}. |
|
20 |
+ |
|
21 |
+=== Host === |
|
22 |
+ |
15 |
15 |
The IP address the {{mserver/}} uses to establish a connection to {{fserver/}}. {{formcycle/}} must be installed on the {{fserver/}}. |
16 |
16 |
|
17 |
17 |
Examples: {{code}}localhost{{/code}}, {{code}}127.0.0.1{{/code}} |
18 |
18 |
|
19 |
|
-== Port == |
|
27 |
+=== Port === |
20 |
20 |
|
21 |
21 |
The network port the {{fserver/}} listens on for incoming connection from the {{mserver/}}. |
22 |
22 |
|
23 |
23 |
Default: {{code}}4753{{/code}} |
24 |
24 |
|
25 |
|
-== Connect automatically == |
|
33 |
+=== Key === |
26 |
26 |
|
|
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. |
|
36 |
+ |
|
37 |
+This field will be pre-filled with an automatically generated key when creating a new connection. |
|
38 |
+ |
|
39 |
+Example: {{code}}65369835-3fc5-45b7-8417-77e24d38db0d{{/code}} |
|
40 |
+ |
|
41 |
+== Connection settings == |
|
42 |
+ |
|
43 |
+=== Connect automatically === |
|
44 |
+ |
27 |
27 |
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. |
28 |
28 |
|
29 |
|
-== Connection attempts == |
|
47 |
+=== Connection attempts === |
30 |
30 |
|
31 |
31 |
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//. |
32 |
32 |
|
33 |
33 |
Default: {{code}}5{{/code}} |
34 |
34 |
|
35 |
|
-== Connection interval (seconds) == |
|
53 |
+=== Connection interval (seconds) === |
36 |
36 |
|
37 |
37 |
The interval in seconds between two successive connection attempts from the {{mserver/}} to the {{fserver/}}. |
38 |
38 |
|
... |
... |
@@ -40,28
+40,16 @@ |
40 |
40 |
|
41 |
41 |
Default: {{code}}10{{/code}} (every ten seconds) |
42 |
42 |
|
43 |
|
-== Key == |
|
61 |
+=== SSL encryption === |
44 |
44 |
|
45 |
|
-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. |
46 |
|
- |
47 |
|
-This field will be pre-filled with an automatically generated key when creating a new connection. |
48 |
|
- |
49 |
|
-Example: {{code}}65369835-3fc5-45b7-8417-77e24d38db0d{{/code}} |
50 |
|
- |
51 |
|
-== SSL encryption== |
52 |
|
- |
53 |
53 |
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: |
54 |
54 |
|
55 |
|
-== Path to the certificate keystore == |
|
65 |
+=== Path to the certificate keystore === |
56 |
56 |
|
57 |
57 |
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/}}. |
58 |
58 |
|
59 |
59 |
Example: {{code}}C:/FS/.keystore{{/code}} |
60 |
60 |
|
61 |
|
-== Password for the certificate keystore == |
|
71 |
+=== Password for the certificate keystore === |
62 |
62 |
|
63 |
63 |
The password used to open the keystore for the SSL encryption. |
64 |
|
- |
65 |
|
-== Description == |
66 |
|
- |
67 |
|
-You can enter an optional description for the {{fserver number="plural"/}}. |