...

  1. Download and install the ChromeDriver (chromedriver.exe) file in your system.
  2. Make sure that you mention the ChromeDriver file name in the DRIVER_FILE_NAME property on the Sigmainforreportconfig.properties file as shown in the following screenshot.

    Sample File Location in Tomcat Server: <Tomcat-Installed-Folder>\webapps\sigma\WEB-INF\lib\SigmaResources.jar\Sigmainforreportconfig.properties.

    Note
    • If you use Windows OS, mention the file name on the DRIVER_FILE_NAME property as chromedriver.exe.
    • If you use Linux or Unix OS, mention the file name on the DRIVER_FILE_NAME property as chromedriver.


  3. Make sure that you specify the relevant Sigma Application report headless URL in the REPORT_SVG_HEADLESS_URL property on the Sigmainforreportconfig.properties file as shown in the following screenshot.

...