Hi,
I would like to add the function in export as excel jasperserver 5.2 to save the file into server side.
please advise and give some pointer.
thank you
1 Answer:
Posted on August 27, 2013 at 3:06pm
To do that you will need to either modify the exporter flow or probably more "upgrade resistant" add a flow that uses the standard JRS REST API (reportExecution) and save the stream wherever you need it.
Also the Scheduler API has an option to output to FTP option that might be helpful see section 3.8 of the Jasper Server Web Services Guide
thanks, i edited the abstractclass to copy the outputstream to file