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

你可能感兴趣的:(apache,tomcat,Web,jsp,xml)