how to configure this report..
- download PHP/Java Bridge(http://php-java-bridge.sourceforge.net/).
- deploy the Java Bridge on tomcat Server.
- copy the jar jasper lib, ireport lib and mysql connector j lib in tomcat lib folder
- restart tomcat server
- edit php.ini,turn on setting -> allow_url_include = On;
- restart apache httpd server
- copy whole folder jasper-report-php-integration into htdocs
- include path of the library in php (require_once("http://localhost:8080/JavaBridge/java/Java.inc")) ,make sure path is correct and tomcat server is running.
- run index.php