`
jackter
  • 浏览: 33589 次
  • 性别: Icon_minigender_1
  • 来自: 广州
最近访客 更多访客>>
社区版块
存档分类
最新评论
  • ksgimi: 楼主,您的api不錯,就是提示有病毒,您不您打包一个无毒api ...
    AgentFlow API

Crystal Report

阅读更多
Crystal Report configuration as follows:

How to configure Apache TomCat 4.x to work with CE RAS 9
The information in the article refers to:
Crystal Reports, Crystal Enterprise Report Application Server 9

Applies to:
Not tested with other versions
Apache TomCat
Deployment

Synopsis
How do you configure Apache Tomcat (version 4.x) to work with Crystal Enterprise Report Application Server (CE RAS) 9?

====================
NOTE:
Crystal Enterprise Report Application Server (CE RAS) 9 is included only on a separate CD with Crystal Reports 9 Professional, Developer, and Advanced editions.
====================


Solution
To configure Apache TomCat (version 4.x) to work with CE RAS 9, complete the following steps:

1. Install CE RAS 9 and Apache TomCat 4.x on the same computer. If you wish to install the CE RAS 9 Java SDK and CE RAS 9 Service on separate computers, ensure that the CE RAS 9 Java SDK is installed on the same computer as the web server.

2. Copy the '...\Program Files\Common Files\Crystal Decisions\2.0\crystalreportviewers' folder to the TomCat 'webapps\ROOT' folder.

3. Open the 'web.xml' file that is located in the 'webapps\ROOT\WEB-INF' folder.

4. Specify the location of the 'crystalreportviewers' folder by adding a context parameter in the 'web.xml' file as follows:


<context-param>
<param-name>crystal_image_uri</param-name>
<param-value>/crystalreportviewers</param-value>
</context-param>


====================
NOTES:
· The root folder of the context is set to the Tomcat 'webapps\ROOT' folder. Place your CE RAS 9 JSP application files in this folder or in one of its subfolders. However, this location may vary with your Tomcat version. For alternate configurations, please consult the Tomcat documentation about setting up web contexts.

· There is a known issue using CE RAS 9 with Apache Tomcat 4.1x that involves an update to the Serialization.jar file. For more information search for knowledge base article c2012965 on our support site at:

http://support.crystaldecisions.com/search
====================

5. Create a 'lib' folder inside the TomCat 'webapps\ROOT\WEB-INF' folder, and then copy the JAR files from the '...\Program Files\Common Files\Crystal Decisions\2.0\jars' folder into this folder.

6. Restart the Apache TomCat server.


-------------------------------------------------------------------
Category:
Subject:
Topic:
Keywords: Report Application Server
Java SDK Deployment CONFIGURATION SETUP INSTALLATION JAVA SDK SERVLET CONFIGURE TOMCAT APACHE

-------------------------------------------------------------------
Status: Verified
Product: Crystal Reports Advanced
Reported Version: 9.2.0.448 Crystal Reports Advanced Edition
Applies to: Not tested with other versions
Bit Version: 32 Bit

附件中包含三個文件:
1.CrystalClear安裝說明.doc
2.CrystalClear報表環境設定及安裝說明.doc
3.水晶報表幫助.chm
分享到:
评论

相关推荐

    CrystalReport水晶报表教程

    Crystal Report 水晶报表教程 Crystal Report 水晶报表教程是用于学习和掌握 Crystal Report 水晶报表技术的教程。该教程涵盖了水晶报表的基本概念、安装和配置、报表设计、数据源设置、报表格式设置、报表打印和...

    Crystal report

    2. 在“添加新项”对话框中,从“模板”区域选择 CrystalReport,将报表命名为 rptClient,单击“打开”。 3. 在 Crystal Report 库中,选择下列选项之一: * 使用报表专家 — 指导您完成报表的创建过程,并将您的...

    Visual Studio 2005,CrystalReport概述

    ### Visual Studio 2005 中 CrystalReport 的概述与应用 #### CrystalReport 概述 在探讨如何在Visual Studio 2005中使用CrystalReport之前,我们需要先了解CrystalReport的基本概念及其在软件开发中的作用。 ...

    Crystal report 的几点经验

    ### Crystal Report 的几点经验 #### 一、按照组(Group)来分页 在Crystal Report中,有时我们需要根据特定的数据组来进行分页处理,以确保每个分组的信息都清晰地展示在各自的页面上。例如,当您需要为不同的...

    从Crystal Report到ActiveReport(2.0/3.0版) 转换工具ARImportWizard

    《从Crystal Report到ActiveReport(2.0/3.0版)转换工具ARImportWizard详解》 在IT行业中,报告生成是数据可视化和业务分析的关键环节。Crystal Report和ActiveReport作为两种广泛使用的报表工具,各自拥有独特的...

    C#水晶报表(Crystal Report)编程

    本教程将深入探讨如何在C#环境中使用Crystal Report进行编程。 首先,我们需要了解安装过程。安装Crystal Reports通常涉及下载SAP Crystal Reports Designer,这是一款独立的应用程序,允许开发者设计和编辑报表。...

    在Visual Studio.NET中使用Crystal Report

    在 Visual Studio.NET 中使用 Crystal Report 在 Visual Studio.NET 中使用 Crystal Report,是一个功能强大且实用的报表生成工具。通过本文,我们将逐步介绍如何在 VS.NET 中使用 Crystal Report,包括将简单的...

    CrystalReport水晶报表控件示例

    CrystalReport水晶报表控件是开发人员在.NET框架下创建复杂、交互式报告的常用工具,尤其在VB.NET环境中。这个示例提供了关于如何利用Crystal Reports控件进行报表设计和数据展示的实际操作指导。 首先,Crystal...

    Crystal Report for Java

    ### Crystal Report for Java:加速与简化Java服务器页面的数据呈现 #### 概述 Crystal Report for Java是一款专为Java开发者设计的直观报告工具包,旨在简化和加速数据在Java Server Pages (JSP)中的访问、格式化...

    CrystalReport水晶报表测试代码集锦

    本压缩包中的资源,"CrystalReport水晶报表测试代码集锦",包含了一系列与CrystalReport相关的测试代码,对于开发者来说,是学习和理解如何使用CrystalReport进行报表设计和数据展示的重要参考资料。 首先,我们要...

    Crystal Report9.1(水晶报表)

    《Crystal Report9.1:深度解析与应用指南》 Crystal Report9.1是Business Objects公司推出的强大报表设计工具,主要用于生成复杂的企业级报告。这款组件以其直观的用户界面、丰富的数据源支持和灵活的报告定制功能...

    水晶报表控件CrystalReport8

    **水晶报表控件CrystalReport8** 是一款广泛用于企业级应用的报告生成工具,由Business Objects(现为SAP的一部分)开发。它提供了一个强大的设计环境,允许开发人员创建复杂、交互式的报表,并能轻松地集成到各种...

    Crystal Report帮助文档

    Crystal Report是一款强大的报表设计工具,广泛应用于商业智能和数据分析领域。它允许用户通过直观的界面设计复杂的报告,从各种数据源获取数据,并以各种格式呈现,包括PDF、HTML、Excel等。这款工具由SAP公司开发...

    动态CrystalReport报表汇总

    动态CrystalReport报表汇总主要涉及如何在ASP.NET环境中利用Crystal Report创建动态报表,以便根据不同的需求展示数据。报表在许多应用程序中扮演着至关重要的角色,它能够直观地展示数据,帮助决策者快速理解业务...

    CrystalReport DLL 11.X

    《CrystalReport DLL 11.X:深入解析与应用》 CrystalReport是一款强大的报表设计工具,尤其在企业级应用中广泛使用。DLL(Dynamic Link Library)是Windows操作系统中的一个重要组件,它封装了特定的功能,供其他...

    Jsp中嵌入CrystalReport指南

    ### JSP中嵌入CrystalReport指南 #### 概述 本文档包含一系列教程,演示如何在Borland® JBuilder X中使用Crystal Reports Java Viewer SDK。这些教程假设读者已熟悉JSP编程技术,并建议按顺序逐步完成每个教程,...

    水晶报表CrystalReport2008使用JDBC连接MySQL数据库-详细步骤.doc

    ### 水晶报表CrystalReport2008使用JDBC连接MySQL数据库-详细步骤 #### 一、前期准备工作 为了确保Crystal Report 2008能够顺利地通过JDBC连接到MySQL数据库,需要进行一系列的准备工作。以下是具体的步骤: 1. *...

    crystal report

    【标题】:“Crystal Report” 【描述】:Crystal Reports是一款强大的报表设计工具,广泛应用于商业智能领域,用于创建各种复杂的报表,包括数据汇总、分析和可视化。这篇博客文章(链接未提供)可能详细介绍了...

    Crystal Report for Visual Studio 2017

    水晶报表 安装文件Crystal Report for Visual Studio 2017 CRforVS13SP29_0-10010309.EXE

Global site tag (gtag.js) - Google Analytics