The Web Component Adapter (WCA) is a Java web application that runs on your Web Application Server. The WCA hosts web components, including a CSP plug
The installation script configures the Web archive file that implements the WCA (webcompadapter.war)
with specific information:
In most situations you should not need to change these default values. If you do, see Changing the default deployment values for the WCA.
To deploy the WCA, you must first configure your Java web application server to source the env.sh
script on startup, which sets a variety of environment variables used by Crystal Enterprise. (For details, see Installing a Java application server.) Then you must make cewcanative.jar
available to your Java application server as a shared resource (either by placing cewcanative.jar
in the application server's shared lib directory, or by adding cewcanative.jar
to the CLASSPATH environment variable. Consult your application server documentation for details.) Finally you must deploy the Web Component Adapter archive webcompadapter.war
as a web application.
$CATALINA_HOME\bin\shutdown
in your terminal window.
cewcanative.jar
(found in crystal_root/enterprise/java/applications)
to $CATALINA_HOME/shared/lib
Substitute the root directory of your Crystal Enterprise installation for crystal_root
$CATALINA_HOME/conf/server.xml
, in a text editor such as vi
.
<!-- Tomcat Examples Context -->
:
docBase="
crystal_root/enterprise/java/applications/webcompadapter.war"
debug="0" reloadable="false"/>
where crystal_root is the root directory of your Crystal Enterprise installation.
$CATALINA_HOME/bin/startup
http://
servername:8080/crystal/enterprise10/admin
in the address bar of a web browser.
For servername, substitute the name of the machine where you installed Tomcat. If you chose to use a port number other than the default value, substitute that value for 8080.
By default, the Administrator account has no password.
/crystal.
You can now view reports in the Crystal Enterprise web desktop using the Active X and Java viewers.
/enterprise/java/applications/cewcanative.jar
Substitute the root directory of your Crystal Enterprise installation for crystal_root
http://
servername:7001/console
in its address bar to start the BEA WebLogic Administrative Console. For servername, substitute the name of the machine where you installed BEA WebLogic. If you use a port number other than the default value, substitute that value for 7001.
.war
file found at crystal_root/enterprise/java/applications/webcompadapter.war
, and set the context root to /crystal
(for example, by changing the name of webcompadapter.war
to crystal.war
)
Note: If the context root is not set to /crystal,
the link to the Crystal Management Console from the Crystal Enterprise Admin Launchpad will not work.
http://
servername:7001/crystal/enterprise10/admin
in its address bar.
For servername, substitute the name of the machine where you installed BEA WebLogic. If you chose to use a port number other than the default value, substitute that value for 7001.
By default, the Administrator account has no password.
/crystal.
You can now view reports in the Crystal Enterprise web desktop using the Active X and Java viewers.
/enterprise/java/applications/cewcanative.jar
Substitute the root directory of your Crystal Enterprise installation for crystal_root
http://servername:9090/admin/
). For servername, substitute the name of the machine where you installed IBM WebSphere. If you chose to use a port number other than the default value for the administrative console, substitute that value for 9090.
.war
file found at crystal_root/enterprise/java/applications/webcompadapter.war
, and set the context root to /crystal
Note: If the context root is not set to /crystal,
the link to the Crystal Management Console from the Crystal Enterprise Admin Launchpad will not work.
http://
servername:9080/crystal/enterprise/admin/admin.cwr
in its address bar.
For servername, substitute the name of the machine where you installed IBM WebSphere. If you chose to use a port number other than the default value, substitute that value for 9080.
By default, the Administrator account has no password.
/crystal.
You can now view reports in the Crystal Enterprise web desktop using the Active X and Java viewers.
Crystal Decisions http://www.crystaldecisions.com/ Support services http://support.crystaldecisions.com/ |