views:

56

answers:

1

Hi,

I installed Jasperserver in my PC using the Bitnami installer. It automatically installed MySql along with Jasperserver. Now I am lost on how to proceed in getting my data in and start generating reports. Is there any good documentation(I do not want to buy their paid documentation) available on the web?

Thanks...

+2  A: 

There is a whole bunch of documentation in the docs folder of the binary distribution. Also you have to understand that your data will not be in jasperserver. It can report off data in your database (whichever that is).

I would install iReport, start tomcat (and therefore jasperserver), connect to it in iReport and create a report.

Manfred Moser