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

Is that possible to autorun the jasper report


2004 IR Help

Recommended Posts

By: ntc2000 - ntc2000

Is that possible to autorun the jasper report

2005-12-08 01:57

Is that possible to autorun the jasper report???

 

I am using jsp and Sun One AppServer to run the jsp and jasper report.... Is that any possible way to configure it or write a servlet to autorun the .jasper file and generate and print it out every in the morning....

 

Currently i successfully generate the report in pdf file... i m using the demo/webapp/ PdfServlet.java sample to generate the pdf report.

 

Thank...

 

 

 

 

By: David Karnowski - karnowski

RE: Is that possible to autorun the jasper re

2005-12-12 13:47

Write a program to run the report from a command line (you can adapt those in the Jasper samples) and call it from a scheduler (e.g. cron).

 

 

 

 

 

By: TriKat - trikat

RE: Is that possible to autorun the jasper re

2005-12-19 13:23

Why don't you try using the open-source Quartz Scheduler? (http://www.opensymphony.com/quartz/)

 

It is a very powerful and impressive Scheduler.

Link to comment
Share on other sites

  • 8 years later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi,

we are looking for a way to start report generation on jasper server using cron rather than a separate scheduler. All I found is this old posting. Today is there some way to start jasper server tasks using cron?

kind regards

Rolf

Link to comment
Share on other sites

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