Integrate PHP, JasperReports, and Apache Tomcat 6
问题 I cannot make PHP & JasperReports work on Tomcat 6. I have xampp (apache, php5.3.1, mysql, tomcat6) on Windows XP. I followed the steps to install the php-java bridge, but PHP pages throw error. Does someone have successfully integrate php, php-java bridge, JasperReports? Can this be done without Apache Tomcat? 回答1: Background PHP and Java are different programming languages. They require the PHP/Java Bridge to connect. Apache Tomcat and JasperReports are Java-based technologies. They connect