Hi,
I have web app deployed on weblogic 9.2. There are several reports, each having a input jsp, a output jsp, a java support bean and a export page to export output generated to excel file.
The user feeds input through input jsp. The output jsp reads ip parameters & instantiates a supportbean, which in turn gets input & after processing gives output.
Now, there is a need for some reports to automatically get fired, let say every hour from 9 to 5, and output excel file be emailed.
How it can be implemented?