The DATA SERVER tab (shown above) has the following fields:
Field Name |
Description |
Initial Memory* |
The initial amount of memory to allocate for this process. |
Max Memory* |
The maximum amount of memory to allocate for this process. |
Log File |
The log file name and location relative to the startup directory for this process. |
HTML Server Enabled |
Toggle on to enable the Eclipse Jetty HTML Server in the Data Server. If enabled, it will host the RTView Servlets at http://localhost:XX70 where XX is the port prefix specified on the General tab. Note that you cannot disable this option if the Configuration Application is being hosted by Eclipse Jetty in the Data Server. All RTView Servlets hosted by Eclipse Jetty are automatically configured with the correct Data Server port at runtime. The following RTView Servlets are hosted in Eclipse Jetty: rtvadmin rtvdata rtvquery rtvagent rtvpost |
Use Https |
Toggle on to enable Https. This requires that you set the Keystore File. |
Keystore File - Set to the key store file name (including the path) that contains the certificate for your domain. This is required to use https. |
|
Keystore Password - Set to the password for the keystore. This field is optional. |
|
Key Manager Password - Set to the password for the key manager. This field is optional. |
*Note: Units for memory are k (kilobyte), m (megabyte), g (gigabyte). If no unit is used, the number is assumed to be bytes. Note: Use caution when you change the memory allocation. If the memory allocation is too small the server might crash during startup (with an out of memory exception). If too large the server might eventually exceed the available CPU/memory on your system and fail.