How to Configure Quantum Fabric in the JasperReports Server
This section explains how to configure Quantum Fabric components in the JasperReports Server. Based on the configuration of Quantum Fabric components, such as, accounts, server_URL, the JasperReports Server provides data to Quantum Fabric Console. The data is displayed in Quantum Fabric Console's Reports page.
To configure Quantum Fabric in the JasperReports Server, follow these steps:
- From your Jasper install location, open the
applicationcontext-security-web-oauth.xml
file.For example,
<jasperinstall-dir>/apache-tomcat/webapps/jasperserver-pro/WEB-INF/applicationcontext-security-web-oauth.xml
-
In the
applicationcontext-security-web-oauth.xml
file, configure the following:- Replace
%%ACCOUNTS_URL%
with the Quantum Fabric-URL.For example,
https://<konyfabric-ip>:<port>
NOTE: The JasperServer URL is required to be configured in Fabric Console. For more details, refer to the image at the end of this section.
-
Configure the value for the
<property name>
to enable the JasperServer Professional Edition or JasperServer Enterprise Edition. For example, if you set the value totrue
, the JasperServer Professional Edition is configured. If you set to the value tofalse
, the JasperServer Enterprise Edition is configured.<property name="singleTenant" value="<enter the value -for example, true or false>" />
- Replace
- From your Jasper install location, open the
js.config.properties
file.For example,
<jasperinstall-dir>/apache-tomcat/webapps/jasperserver-pro/WEB-INF/js.config.properties
. -
In the
js.config.properties
file, replace%%SERVER_URL%
with the JasperServer URL.For example,
https://<jasperip>:<port>/jasperserver-pro
NOTE: Enter credentials for jasperadmin. For Jasper Reports Server V8.0.0/7.1, the default credentials for jasper admin are:
username =jasperadmin
. For example,|
<organization_name>jasperadmin
|
organization_1
password =jasperadmin