dopii22884 2013-12-11 06:38
浏览 46

如何使用wamp服务器将BIRT报告与php集成?

I am trying to integrate BIRT report with php. I have followed the tutorial from http://www.theserverside.com/news/1363642/Intergrating-BIRT-with-PHP .I have used birt-rcp-report-designer-4_3_1 to design a sample report and was able to view the report using birt report viewer from tomcat http://localhost:8080/Birt-Viewer/frameset?__report=new_report_1.rptdesign .But I am unable to access the javabridge in tomcat as http://localhost:8080/JavaBridge , it is showing 404 error. If I use php code

<?php 
require_once("http://127.0.0.1:8080/JavaBridge/java/Java.inc");

echo java("java.lang.System")->getProperties();
?>

then also it is showing 404 error. Also after unzipping the JavaBridge.war in the tomcat there is no folder named "java" inside JavaBridge. Probably it is because of that it is showing 404 error. Please help.

  • 写回答

1条回答 默认 最新

  • dongzhan5246 2014-03-15 04:29
    关注

    Try to use absolute or relative path to your php java bridge file i.e (java.inc). In my case also that was showing problem from http path.

    评论

报告相同问题?

悬赏问题

  • ¥15 无线电能传输系统MATLAB仿真问题
  • ¥50 如何用脚本实现输入法的热键设置
  • ¥20 我想使用一些网络协议或者部分协议也行,主要想实现类似于traceroute的一定步长内的路由拓扑功能
  • ¥30 深度学习,前后端连接
  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题