Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Bulk selecting and configuring cameras for the Web-server  Configuring the authorization for the Web-server module. Default user Next page


To set the parameters of connecting Clients to the Web-server, do the following:

  1. Go to the Basic settings tab on the settings panel of the Web-server object.

  2. 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\.

  3. 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

    Connections are used to receive video (live or archive), to receive audio (live or archive), to send audio to Axxon PSIM, to get data on configuration, to send commands to Axxon PSIM, and so on. The Client can use the same connection to perform several actions.
  4. In the Parallel exports field of the HTTP-server group, specify the maximum allowed number of archive files to be uploaded simultaneously from the range of 1 and above. The default value is 2. If you leave the field blank, the lowest possible value is used.
  5. If you want to transmit data via the Web-server using HTTPS protocol, specify the following settings in the HTTPS-server group:

    1. Set the Use HTTPS protocol checkbox.
    2. Specify the path to the key file in the Key field using the  button.
    3. Specify the path to the certificate file in the Certificate field using the button.
    4. 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">

  6. To save the changes, click the Apply button.

The parameters of connecting Clients to the Web-server are now set.

  • No labels