Jump to content
We've recently updated our Privacy Statement, available here ×

Deployment of Jasper Server


shivkant84

Recommended Posts

Hi All,

i made datasource connections,  domains and few adhoc reports in jasper server 3.5 pro license edition. Now problem is that we have to deploy these these generated reports to a new jasper server on the other machine.

I have following questions too..

1) How jasper server stores generated reports? is this in tables or xml files?

2) How can we increase loading time for large reports

some one please help us.

 

Thanks

Shivkant

Link to comment
Share on other sites

  • 4 weeks later...
  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

On the second question:-

 

- Do you want to Increase Or decrease Loading time for large reports

Here the things you can try :-

- in the applicationContext.xml, there is option to set the Virtulizer settings.

<!--report virtualizers-->
  <bean id="fileVirtualizerFactory" class="com.jaspersoft.jasperserver.api.engine.common.service.impl.FileVirtualizerFactory">
    <property name="maxSize" value="300"/>
    <property name="directory" value="${java.io.tmpdir}"/>
  </bean>

 

By default, the max number of pages to be kept in memory is = 300.

1. If you want to increase the load time for reports , decrease the number of pages to be kept in memory

2. If you want to decrease the load time for reports, increase the number of pages to be kept in memory ..

3. You will see best response time, when all pages for the report are kept in memory

 

 

 

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...