Go to documentation repository
To set the parameters of connecting Clients to the Web-server, do the following:
Go to the General settings tab on the settings panel of the Web-server object (1).
In the Port number field of the Http-server group specify the number of the port to connect to Http-server (2).
Important!
This port is used when connecting to the Web-server from web-browser. The default port for connection of mobile clients is 8085. To change it, edit the jetty.port parameter value in the start_64.bat file (start_86.bat for 32-bit system) in <Axxon PSIM installation>\Modules\Jetty\ folder.
In the Number of connections field of the Http-server group specify the maximum permissible simultaneous connections to Web-server via Http protocol (2). The less there are connections, the less Server load is. This parameter is selected experimentally.
Note.
If data is to be transmitted via Web-server using HTTPS protocol, then perform 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 HTTPS-server (7).
Note.
To connect clients via HTTPS, it is also necessary to set the following settings in the index.htm file located in the installation directory of the Axxon PSIM software package 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.