In Crystal Enterprise installations that use the Crystal Enterprise Java SDK, the Web Component Server is replaced by a Web Component Adapter (WCA) running on a Java application server. (These Crystal Enterprise installations include all UNIX installations, and any installation of Crystal Enterprise on Windows that has been configured to use the Java version of the Crystal Enterprise web desktop, as per the instructions in Crystal Enterprise Installation Guide. The WCA provides support for the Crystal Management Console and CSP applications. The Web Component Adapter is a Java web application; it does not appear as a server in the Crystal Management Console or in the Crystal Configuration Manager.
If you need to configure any of the parameters formerly controlled through the WCS, you can do so by editing the web.xml
deployment descriptor file associated with the WCA.
The web.xml
file used by the WCA is in the WEB
subdirectory of the webcompadapter.war
archive file stored in the crystal_root/enterprise/JavaSDK/applications
directory on UNIX, or C:\Program Files\Common Files\Crystal Decisions\2.5\jars\JavaSDK\applications
on Windows.
Each of the options displayed in the CMC or the CCM for the WCS appears as a context parameter in web.xml
. For example, the context parameter that controls whether a group tree will be generated looks like this:
<context
-p aram><param
-n ame>viewrpt.groupTreeGenerate</param-n ame>
<param
-v alue>true</param-v alue>
<desctiption>"true" or "false" value determining whether a group tree will be generated.</description>
</context
-p aram>
To change the value of a context parameter, edit the value between the <param
tags.
Your Java Web Application Server may provide tools to allow you to edit web.xml
directly from an administrative console. Otherwise you need to stop your application server and extract the web.xml
file from the webcompadapter.war
archive before editing it using a text editor such as Notepad or vi
. Once you have made your changes to web.xml
, you must reinsert the file into the WEB
directory in webcompadapter.war
, and restart your application server.
Tip: To reinsert web.xml
into WEB
using WinZip, rightWEB
directory that contains your edited web.xml
file and select "Add to Zip File...". Adding the file in this way ensures that it is placed in the correct directory inside the archive.
When you install more than one WCA, each webcomponentadapter.war
file contains its own web.xml
file containing configuration parameters for that WCA. However, you can only set the parameters listed in the following table individually for each WCA. The remaining parameters must be the same for all WCA in your system.
Crystal Decisions http://www.crystaldecisions.com/ Support services http://support.crystaldecisions.com/ |