润乾报表使用及Web部署.docx

上传人:b****1 文档编号:1949018 上传时间:2023-05-02 格式:DOCX 页数:11 大小:104.91KB
下载 相关 举报
润乾报表使用及Web部署.docx_第1页
第1页 / 共11页
润乾报表使用及Web部署.docx_第2页
第2页 / 共11页
润乾报表使用及Web部署.docx_第3页
第3页 / 共11页
润乾报表使用及Web部署.docx_第4页
第4页 / 共11页
润乾报表使用及Web部署.docx_第5页
第5页 / 共11页
润乾报表使用及Web部署.docx_第6页
第6页 / 共11页
润乾报表使用及Web部署.docx_第7页
第7页 / 共11页
润乾报表使用及Web部署.docx_第8页
第8页 / 共11页
润乾报表使用及Web部署.docx_第9页
第9页 / 共11页
润乾报表使用及Web部署.docx_第10页
第10页 / 共11页
润乾报表使用及Web部署.docx_第11页
第11页 / 共11页
亲,该文档总共11页,全部预览完了,如果喜欢就下载吧!
下载资源
资源描述

润乾报表使用及Web部署.docx

《润乾报表使用及Web部署.docx》由会员分享,可在线阅读,更多相关《润乾报表使用及Web部署.docx(11页珍藏版)》请在冰点文库上搜索。

润乾报表使用及Web部署.docx

润乾报表使用及Web部署

润乾报表设计器使用及在报表在Web工程中的部署

1.润乾报表设计器的使用步骤

●安装jdk1.6,并配置好环境变量,配置好润乾报表设计器批处理文件中的JAVA_HOME;

●配数据源

●新建空白报表;

●建数据集;

●制作报表

并保存;

2.报表在Web工程中的部署

●安装应用服务器(Tomcat6.0)

●导包:

将润乾实例工程下WEB-INF目录下的lib目录里的所有jar导入到自己建的web工程中的相同位置;

将润乾实例工程下WEB-INF目录下的

导入到自己建的web工程中的相同位置;

导入到自己新建web工程的WebRoot下

●将class12.jar包导入到应用服务器的lib目录下

●修改配置文件

将润乾实例工程下WEB-INF目录下的web.xml中的中的所有内容都粘贴到自己Web工程的web.xml中,由于xml版本的问题需写在

在应用服务器下的conf目录下的context.xml,打开并在之间配上

username="atom"

password="atom"

driverClassName="oracle.jdbc.driver.OracleDriver"

url="jdbc:

oracle:

thin:

@localhost:

1521:

oracle10"

/>

3.jsp页面的展现

在jsp头部引入

在需要展现报表的地方加上下面的代码即可:

4.手动部署发布报表

Tomcat能否正常启动,首先要配环境变量JAVA_HOME

在Tomcat服务器的conf目录下的server.xml文件中配置

 

com.runqian.report.view.DataServlet

com.runqian.report.view.DataServlet

reportFileHome

/reportFiles

JNDIPrefix

java:

comp/env

dataSource

Atom,oracle,gb2312

cachedParamsTimeout

10

cachedReportSourceTimeout

30

logConfig

/WEB-INF/runqianReportLog.properties

certFile

/keystore

2

com.runqian.report.cache.CachedReportServlet

com.runqian.report.cache.CachedReportServlet

directory

/cached

cachedTimeout

2

needCacheReports

aaa.raq,bbb.raq

2

com.runqian.report.view.excel.ExcelReportServlet

com.runqian.report.view.excel.ExcelReportServlet

com.runqian.report.view.excel.ConfigExcelServlet

com.runqian.report.view.excel.ConfigExcelServlet

com.runqian.report.view.excel.SaveAsExcelServlet

com.runqian.report.view.excel.SaveAsExcelServlet

com.runqian.report.view.pdf.PdfReportServlet

com.runqian.report.view.pdf.PdfReportServlet

com.runqian.report.control.PostAppletDataServlet

com.runqian.report.control.PostAppletDataServlet

com.runqian.report.control.SaveAsExcelServlet

com.runqian.report.control.SaveAsExcelServlet

com.runqian.report.view.SetReportParamsServlet

com.runqian.report.view.SetReportParamsServlet

com.runqian.report.view.html.GraphServlet

com.runqian.report.view.html.GraphServlet

com.runqian.report.view.html.PrintServlet

com.runqian.report.view.html.PrintServlet

com.runqian.base.util.ReadJavaScriptServlet

com.runqian.base.util.ReadJavaScriptServlet

com.runqian.report.input.SaveDataServlet

com.runqian.report.input.SaveDataServlet

com.runqian.report.input.SaveToLocalServlet

com.runqian.report.input.SaveToLocalServlet

com.runqian.report.input.SelectUploadFile

com.runqian.report.input.SelectUploadFile

com.runqian.report.input.UploadFile2DBServlet

com.runqian.report.input.UploadFile2DBServlet

com.runqian.report.input.SaveSheetsServlet

com.runqian.report.input.SaveSheetsServlet

com.runqian.report.input.UploadExcelServlet

com.runqian.report.input.UploadExcelServlet

com.runqian.report.input.SelectExcelFileServlet

com.runqian.report.input.SelectExcelFileServlet

com.runqian.report.view.excel.ExcelReportServlet

/servlet/com.runqian.report.view.excel.ExcelReportServlet

com.runqian.report.view.excel.ConfigExcelServlet

/servlet/com.runqian.report.view.excel.ConfigExcelServlet

com.runqian.report.view.excel.SaveAsExcelServlet

/servlet/SaveAsExcel

com.runqian.report.view.pdf.PdfReportServlet

/servlet/com.runqian.report.view.pdf.PdfReportServlet

com.runqian.report.view.DataServlet

/servlet/com.runqian.report.view.DataServlet

com.runqian.report.view.SetReportParamsServlet

/setReportParams

com.runqian.report.control.SaveAsExcelServlet

/servlet/com.runqian.report.control.SaveAsExcelServlet

com.runqian.report.control.PostAppletDataServlet

/servlet/com.runqian.report.control.PostAppletDataServlet

com.runqian.report.view.html.GraphServlet

/servlet/com.runqian.report.view.html.GraphServlet

com.runqian.report.view.html.PrintServlet

/servlet/com.runqian.report.view.html.PrintServlet

com.runqian.base.util.ReadJavaScriptServlet

/servlet/com.runqian.base.util.ReadJavaScriptServlet

com.runqian.report.input.SaveDataServlet

/servlet/com.runqian.report.input.SaveDataServlet

com.runqian.report.input.SaveToLocalServlet

/servlet/com.runqian.report.input.SaveToLocalServlet

com.runqian.report.input.SelectUploadFile

/servlet/com.runqian.report.input.SelectUploadFile

com.runqian.report.input.UploadFile2DBServlet

/servlet/com.runqian.report.input.UploadFile2DBServlet

com.runqian.report.input.SaveSheetsServlet

/servlet/com.runqian.report.input.SaveSheetsServlet

com.runqian.report.input.UploadExcelServlet

/servlet/com.runqian.report.input.UploadExcelServlet

com.runqian.report.input.SelectExcelFileServlet

/servlet/com.runqian.report.input.SelectExcelFileServlet

/WEB-INF/runqianReport.tld

/WEB-INF/runqianReport.tld

展开阅读全文
相关资源
猜你喜欢
相关搜索
资源标签

当前位置:首页 > 经管营销 > 经济市场

copyright@ 2008-2023 冰点文库 网站版权所有

经营许可证编号:鄂ICP备19020893号-2