Go to documentation repository
Page History
...
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).
Note title 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 <Intellect 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.
Info title Note. Connections are used to receive video (live or archive), to receive audio (live or archive), to send audio to INTELLECT™, to get data on configuration, to send commands to INTELLECT™, etc. The Client can use the same connection to perform several actions. If data is to be transmitted via Web-server using HTTPS protocol, then perform the following settings in the HTTPS-server group:
- Set the Use HTTPS protocol checkbox checked (4).
- Specify path to the key file in the Key field using the button (5).
- Specify path to the certificate file in the Certificate field using the button (6).
In the Port number field of the HTTPS-sever group specify the port number in order to connect to HTTPS-server (7).
Info title 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 Intellect software package in the ...\Modules\webroot folder:
<param name="port.from" value="html">
<param name="port" value="443">
<param name="url.protocol" value="https">
- To save all the changes, click the Apply button.
...