Network Settings
Listener IP Address
Specify an IP address for this property to make the Report Server listen to the requests coming from the specified IP only. Keeping it blank will make the Report Server listen to requests from any IP.
Default: blank
Example: LISTENER_IPADDRESS=127.0.0.1
Listener Port
This is the port to be used for communication between the Kyvos Reporting report server and the client (portal and Desktop Studio). Any integer greater than zero is a valid value for the port.
The new value set for this property will come into effect after the server restart.
Default: 45450
Example: LISTENER_PORT=45450
Note
The report server will not boot up if the port number specified is in use by another application.
Host URL
This is the host URL (specified to run the Kyvos Reporting application), which will be prefixed to the published report links generated for emailing.
Syntax: HOST_URL=[Host URL](String)
Default: http://localhost/Kyvos Reporting
Example: HOST_URL=http://localhost/Kyvos Reporting
Hyperlink Relative path
Configure the relative web path concerning the integrated host application. This value is prefixed in hyperlinks to form an appropriate URL for linked reports and related web pages.
Kyvos Reporting uses this file to create a hyperlink in a report that opens a child report when clicked. The default value for this property will work fine when Kyvos Reporting is deployed as a stand-alone application.
Syntax: HYPERLINK_RELATIVE_PATH=[hyperlink relative path](string)
Default: ../../../InteraController.jsp
Example: HYPERLINK_RELATIVE_PATH=../../../InteraController.jsp
Compress Network Data
This property turns the compression of network data on or off. The client (portal) and report server can communicate with each other in compressed mode, resulting in performance improvement. To compress network data, set this property to enable. Set this property to turn off to continue the communication in uncompressed mode.
Default: Disable
Example: COMPRESS_NETWORK_DATA=Enable
Drilldown Max URL Length
This property defines the method to be used for HTTP request submission. If the length of the drill-down URL is more than the property value, the POST method will be used. In other cases, the GET method will be used.
Default: 2000
Example: DRILLDOWN_MAX_URL_LENGTH=2000
Priority Thread Pool Size
To specify the pool size of priority threads.
Syntax: PRIORITY_THREAD_POOL_SIZE=[5] (int)
Default: 5
Example: PRIORITY_THREAD_POOL_SIZE=5
Secure Connection Ports (specified as a range of ports)
To specify the range of port numbers for communicating with secured connections.
Syntax: SECURE_CONNECTION_PORTS=[50100-50200] (String)
Default: 50100-50200
Example: SECURE_CONNECTION_PORTS=50100-50200
SSH Public Key Path
To specify the path to SSH (Secure Shell) public key.
Syntax: SSH_PUBLIC_KEY_PATH=[] (String)
Default: blank
Example: SSH_PUBLIC_KEY_PATH=blank
SSH Private Key Path
To specify the path to SSH (Secure Shell) private key.
Syntax: SSH_PRIVATE_KEY_PATH=[] (String)
Default: blank
Example: SSH_PRIVATE_KEY_PATH=blank
Related content
Copyright Kyvos, Inc. All rights reserved.