Jump to content
We've recently updated our Privacy Statement, available here ×
  • Setting up a dedicated TIBCO JasperReports® Server Job Server


    gdmoreno
    • Features: JasperReports Server, Scheduler Version: v6.3.0 Product: JasperReports® Server

    Introduction

    In this article, we take a look at how to set up a dedicated TIBCO JasperReports® Server job server, and the advantages of doing that.


    Advantages

    • Customer-facing TIBCO JasperReports Server instances dedicated to the on-demand experience are not burdened with scheduled job execution duties
    • Can use existing version of TIBCO JasperReports Server you’re on, no need to upgrade
    • If you’re already used to working with load balancers and spinning up new instances, this isn’t going to be much more difficult
    • In terms of TIBCO JasperReports Server, there are only configuration file changes to make

    Procedure for setting up a Dedicated Job Server

    • Add new TIBCO JasperReports Server instance to cluster
    • Don’t add the new instance to the load balancer rules
    • Disable the LB-facing TIBCO JasperReports Server instances from executing scheduled jobs

    article_20160825_1.png.05a3610551de0928539268cea982a884.png

    Configuration Change to Disable the Job Scheduler

    • Comment out the quartzSchedulerControl bean in the Spring configuration files
    • Find the applicationContext-report-scheduling.xml file in the ../jasperserver-pro/WEB-INF directory
    • Comment out the quartzSchedulerControl bean completely so it looks like this:
    – <!--bean id="quartzSchedulerControl"
               class="com.jaspersoft.jasperserver.api.engine.scheduling.quartz.QuartzSchedulerControl"
               depends-on="reportSchedulingService"
               init-method="start">
          <property name="scheduler" ref="quartzScheduler"/>
      </bean-->

    You can further tune the Quartz properties

    In the js.quartz.base.properties file, also in the WEB-INF directory:

    article_20160825_1.png.aa0c723664e578b51b0ef2cf864d4918.png


    User Feedback

    Recommended Comments

    There are no comments to display.



    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...