2010-09-08 173 views

回答

1

根据你已经安装了BIRT样品观众和假设,你已经保存在web.xml中定义为这样的路径报告:

<!-- 
    Temporary document files directory. Defaults to ${birt home}/documents 
--> 
<context-param> 
    <param-name>BIRT_VIEWER_DOCUMENT_FOLDER</param-name> 
    <param-value></param-value> 
</context-param> 

您将访问报告:

http://localhost:8080/birtviewer/frameset?__report=report.rptdesign 

你可以看看这些关于如何配置它的更多信息:

http://www.scribd.com/doc/2685254/Installing-the-BIRT-Viewer-in-Tomcat-and-jboss

或者,如果你想使用标签:

http://www.eclipse.org/birt/phoenix/deploy/viewerUsage2.2.php#tags