To deploy the Java version of the Crystal Enterprise web desktop, you must create virtual path mappings on your Java web application server. They map specific URLs to the web application archives (.war files) that implement the Crystal Enterprise User Launchpad and the Crystal Enterprise Admin Launchpad.
Once you have deployed the Launchpads and the Web Component Adapter, set the context path for the WCA in the Crystal Applications area of the Crystal Management Console. Setting the context path ensures that users can view reports using the Active X viewer and the Java viewer shipped with Crystal Enterprise.
sh $CATALINA_HOME/bin/shutdown.sh
$CATALINA_HOME/conf/server.xml
, in a text editor such as vi
.
<!-- Tomcat Examples Context -->
:
<Context path="/crystal/enterprise10/adminlaunch"
docBase="
crystal_root/enterprise/java/applications/admin.war"
debug="0" reloadable="false"/>
<Context path="/crystal/enterprise10/desktoplaunch"
docBase="
crystal_root/enterprise/java/applications/desktop.war"
debug="0" reloadable="false"/>
Substitute your Crystal Enterprise install directory for crystal_root
sh $CATALINA_HOME/bin/startup.sh
http://
servername:8080/crystal/enterprise10/desktoplaunch
in its address bar.
For servername, substitute the name of the machine where you installed Tomcat.
The Crystal Enterprise User Launchpad should start.
http://
servername:8080/crystal/enterprise10/adminlaunch
in its address bar.
For servername, substitute the name of the machine where you installed Tomcat.
The Crystal Enterprise Admin Launchpad opens. Do not click the link to the Crystal Management Console. You must configure the Web Component Adapter before the CMC can start. See Deploying the Web Component Adapter for instructions.
http://
servername:7001/console
in its address bar to open the BEA WebLogic Administrative Console.
Substitute the name of the machine where you installed BEA WebLogic for servername.
Note: By default, BEA WebLogic uses port 7001. If you configured your application server to use a different port number, substitute that port number in the URL.
.war
file found at crystal_root/enterprise/java/applications/desktop.war
, and set the context root to /crystal/enterprise10/desktoplaunch
Note: To set the context root for the web application, edit the Web Application Deployment Descriptor. [Click Edit Web Application Deployment Descriptors. Click WebApp Ext in the lefthand tree menu, then make your changes to the Context Root field. Click Apply].
http://
servername:7001/crystal/enterprise10/desktoplaunch
in the address bar of a web browser.
Click the Crystal Enterprise link to launch the application and test that desktop.war
was deployed successfully.
Crystal Enterprise
Admin Launchpad as a new web application. Use the .war
file found at crystal_root/enterprise/java/applications/admin.war
, and set the context root to /crystal/enterprise10/adminlaunch
Do not click the link to the Crystal Management Console (CMC). You must configure the Web Component Adapter before the CMC can start. See Deploying the Web Component Adapter for instructions.
http://servername:9090/admin
/).
.war
file found at crystal_root/enterprise/java/applications/desktop.war
, and set the context root to /crystal/enterprise/desktoplaunch
http://
servername:9080/crystal/enterprise10/desktoplaunch/launchpad.html
in the address bar of a web browser.
Click the Crystal Enterprise link to launch the application and test that desktop.war
was deployed successfully.
.war
file found at crystal_root/enterprise/java/applications/admin.war
, and set the context root to /crystal/enterprise10/adminlaunch
http://
servername:9080/crystal/enterprise10/adminlaunch/launchpad.html
in the address bar of a web browser.
Do not click the link to the Crystal Management Console. You must configure the Web Component Adapter before the CMC can start. See Deploying the Web Component Adapter for instructions.
Crystal Decisions http://www.crystaldecisions.com/ Support services http://support.crystaldecisions.com/ |