When you installed the Web Connector, the setup.sh script generated the following configuration files that are customized for your installation of Crystal Enterprise:
These files are located in the crystal/enterprise/PLATFORM_PATH/wcs/conf directory of your Web Connector installation. Copy the information from these files into the appropriate iPlanet configuration files, as described in the following procedures.
Note: The iPlanet configuration files are usually located in the servers/https/config directory of your iPlanet installation. Here, https
mime.types.conf file from the crystal/enterprise/PLATFORM_PATH/wcs/conf directory of your Web Connector installation.
The file contains the following lines:
type=magnus
type=magnus
type=magnus
type=magnus
mime.types.conf to the bottom of the iPlanet mime.types file.
obj.conf file from the crystal/enterprise/PLATFORM_PATH/wcs/conf directory of your Web Connector installation.
Note the customized Init lines that correspond to the following example:
Init fn="load
Init fn="req_init" WCSHosts="WCSLIST" ClientPool="5" ConnectorTimeout="600000" WCSPathMap="/crystal;.rpt;INSTALL_ROOT/webcontent,/crystal;.cwr;INSTALL_ROOT/webcontent,/crystal;.csp;INSTALL_ROOT/webcontent,/crystal;.cri;INSTALL_ROOT/webcontent"
Init lines to the appropriate iPlanet configuration file. Add these lines immediately after any Init lines that are already in the iPlanet file.
magnus.conf file. If you are running iPlanet Enterprise Server version 4.1, add these lines to the obj.conf file.Init fn="req_init" line is commented out, be sure to remove the preceding # symbol when you add the line to the iPlanet magnus.conf file.wcs/conf/obj.conf file and note the customized NameTrans lines that correspond to the following template:
NameTrans fn=pfx2dir from=/crystal dir="INSTALL_ROOT/webcontent"
NameTrans fn=pfx2dir from=/viewer dir="INSTALL_ROOT/viewers"
NameTrans lines to the <Object name="default"> section of the iPlanet obj.conf file. Be sure to add these lines before the NameTrans fn="document-r oot" line.
wcs/conf/obj.conf file and note the Service lines:
Service fn="req_handler" method="(GET|POST)" type="magnus
Service fn="req_handler" method="(GET|POST)" type="magnus
Service fn="req_handler" method="(GET|POST)" type="magnus
Service fn="req_handler" method="(GET|POST)" type="magnus
Service lines to the <Object name="default"> section of the iPlanet obj.conf file, after any existing Service lines.
wcs/conf/obj.conf file and note the <Object> section that corresponds to the following template:
<Object ppath="INSTALL_ROOT/viewers/*.exe">
ObjectType fn="force
<Object> section to the end of the iPlanet obj.conf file.
http://webserver/crystal/enterprise/
Here, the term webserver represents the name of the web server machine.
| Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |