This section shows how to configure iPlanet Enterprise Server to use the CGI Web Connector. This configuration consists of copying the contents of the cgi.netscape.conf file into the appropriate web server configuration files. The cgi.netscape.conf file was generated when you installed the Web Connector; it is located in the crystal/enterprise/PLATFORM_PATH/wcs/conf directory of your Web Connector installation.
Note: The iPlanet configuration files are usually located in the servers/https/config directory of your iPlanet installation. Here, https
For more information about the CGI binary itself (wcscgi.bin), and the environment variables that are defined in its configuration script (wcscgi.cgi), see Configuring other CGI web servers.
cgi.netscape.conf file from the crystal/enterprise/PLATFORM_PATH/wcs/conf directory of your Web Connector installation.
Note the following type lines:
#Add these lines to your mime.types file
type=magnus
type=magnus
type=magnus
type=magnus
type lines to the bottom of the iPlanet mime.types file.
Init fn="load
Note: If you are running iPlanet Enterprise Server version 6.x, this line must appear in the magnus.conf file. If you are running iPlanet Enterprise Server version 4.1, this line must appear in the obj.conf file.
cgi.netscape.conf file and note the customized NameTrans lines that correspond to the following template:
# Directory alias for Crystal web content
NameTrans fn="pfx2dir" from="/viewer" dir="INSTALL_ROOT/viewers"
NameTrans fn="pfx2dir" from="/crystal" dir="INSTALL_ROOT/webcontent"
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.
cgi.netscape.conf file and note the Service lines:
# Set the CGI handler for our mime types
Service fn=query
Service fn=query
Service fn=query
Service fn=query
Service lines to the <Object name="default"> section of the iPlanet obj.conf file, after any existing Service lines.
http://webserver/crystal/enterprise/
Here, the term webserver represents the name of the web server machine. If you are unable to use the links on the Crystal Enterprise Launchpad, see Using ePortfolio and the CMC with CGI.
| Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |