Go to documentation repository
To set the parameters of connecting Clients to the Web-server, do the following:
Go to the Basic settings tab on the settings panel of the Web-server object.
In the Port number field of the HTTP-server group, specify the number of the port to connect to the HTTP server.
Attention!
This port is used to connect to the Web-server from a web browser. By default, the port 8085 is used to connect mobile Clients. You can change the port by editing the jetty.port parameter in the start_64.bat file (start_86.bat for 32-bit system) in the folder <Axxon PSIM installation directory>\Modules\Jetty\.
In the Number of connections field of the HTTP-server group, specify the maximum allowed number of simultaneous connections to the Web-server via HTTP protocol. The fewer connections, the less load on the server. You must select this parameter experimentally.
Note
If you want to transmit data via the Web-server using HTTPS protocol, specify the following settings in the HTTPS-server group:
In the Port number field of the HTTPS-sever group, specify the port number in order to connect to the HTTPS server.
Note
To connect Clients via HTTPS protocol, you must specify the following settings in the index.htm file located in the installation directory of Axxon PSIM in the ...\Modules\webroot folder:
<param name="port.from" value="html">
<param name="port" value="443">
<param name="url.protocol" value="https">
The parameters of connecting Clients to the Web-server are now set.