I. Overview
You can log in the Decision-making Platform as the administrator to view and modify the General Parameter Settings in the System Settings.
II. Description
1. Network Root
The Network Root, where the templates are stored, is the reportles folder by default, which is not editable.
2. URL Management Center
You can realize a series of cloud functions through access to the URL Management Center. When URL Management Center is enabled, you can use functions such as automatic version update and remote printing of reports. The specific functions are shown in the table below:
Module | Function | Details |
Update & Upgrade | Download jar packages | Update and upgrade online |
Login Prompt | Get the IP address of current clients | Enable last login information prompt |
Local Printing | Get the URL of URL Management Center | Download online and print locally |
Help Doc | Get links to Help Doc | Get links to some documents |
3. Report Root
The Report Root, where some configuration files are stored, is the resources folder by default, which cannot be edited.
4. Gzip Compression
It is recommended to keep [Gzip Compression] enabled so that you can reduce storage space and the transmission time and speed up report access by transferring files online.
5. Server Encoding
The Server Encoding only supports UTF-8, and is not editable.
6. External Database
It is recommended to use the external database for data migration. Details of configuring external database can be found in: Configure the External Database
7. Servlet Path Name
Modifying the Servlet Path Name will affect the writing way of URL when templates are accessed, so no such modification is recommended.
8. Cryptographic Algorithm
Admin can select the Cryptographic Algorithm to default or SM cryptographic algorithm for the transmission, storage and password of info.
9. Week Start from
The Decision-making Platform can be set to start every week from Monday or Sunday. This setting will affect the calculation results of some date and time functions, such as: WEEK and WEEKDATE. Any saved modification will take effect after the system is rebooted.
10. WebSocket Setting
1) WebSocket Request Port The WebSocket Request Port is not enabled by default. If it is enabled, you will be required to enter the port number, which is 38889 by default, in the text box below. If a non-compliant port number is entered, the system will pop up a prompt message indicating there is an error in the format of the port number.
2) Websocket request path: The default request path for Websocket is /socket.io, which corresponds to the address :http://ip:port/socket.io. You can also specify the intermediate path, for example /webroot/decision/socket.io, then the request path will become http://ip:port/webroot/decision/socket.io.
3) Server protocol: if the server is http, then the server protocol should be plain, and if the server is https, then the server protocol should be ssl.
4) SSL connection settings:
SSL key path: Secret and public keys should be stored through SSL Key Path, which should be an absolute path, and corresponds to the value of the keystoreFile field in, for example, %TOMCAT_HOME%\conf\server.xml.
SSL key password: SSL key password is the secret key used for application, which corresponds to the value of the keystorePass field in, for example, %TOMCAT_HOME%\conf\server.xml.
SSL type: The SSL type is JKS by default. However, the SSL type should be changed to PKCS12 for pfx certificates.