Jump to content
We've recently updated our Privacy Statement, available here ×
  • Using S3 bucket for file storage


    Sarthak Chaudhary
    • Features: Custom Data Sources Version: v7 Product: JasperReports® Server

    Question:

     

    Is it possible to use an S3 bucket for file storage (for scheduled report output, report generation, etc.)

     

    Solution/ Workaround: 

    The feature of directly saving the schedule report output to the S3 bucket is not available with the jasperserver. But it can be achieved using a workaround as shown in the below session recorded by the TIBCO team: 

     

    The possible way of Integrating scheduled job output to S3 bucket. i.e as given in the video (

    ) you need to first configure the S3 bucket then Mount the S3 bucket on the file system of your Host Machine. Once the above steps are done set the "enableSaveToHostFS" property to true in the applicationContext.xml file in jasperserver-pro/WEB-INF/ Then while scheduling the report make sure to select the Output To Host File System option in the Output tab and provide the correct folder location (the folder used to mount S3 bucket) Now if the schedule is executed the jasperserver will store the generated output in the specified folder. Then the report file will be synced to the S3 bucket automatically.

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