Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 590 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 590 Bytes

how to configure this report..

  1. download PHP/Java Bridge(http://php-java-bridge.sourceforge.net/).
  2. deploy the Java Bridge on tomcat Server.
  3. copy the jar jasper lib, ireport lib and mysql connector j lib in tomcat lib folder
  4. restart tomcat server
  5. edit php.ini,turn on setting -> allow_url_include = On;
  6. restart apache httpd server
  7. copy whole folder jasper-report-php-integration into htdocs
  8. 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.
  9. run index.php