Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The separate Reports feature using JasperServer has been removed in Abiquo 6.2.0.

You can retire the Reports server and change the configuration of Abiquo as follows.

  1. Log in to the Abiquo server as an administrator

  2. Edit the Abiquo httpd config file

    vim /etc/httpd/conf.d/abiquo.conf
  3. Remove the following location

    <Location /jasperserver>
      ProxyPass http://<ReportingFQDNorIPaddress>:8888/jasperserver timeout=3600
      ProxyPassReverse http://<ReportingFQDNorIPaddress>:8888/jasperserver
      Require all granted
    </Location>

     

  4. Restart the httpd service

    systemctl restart httpd
  • No labels