If you are using Apache with the ASAPI Web Connector, the virtual path mapping is made in the asapi.conf
file (so long as you used the Include
command in your httpd.conf
file to reference the Crystal Enterprise asapi.conf
file, as outlined in the Crystal Enterprise Installation Guide).
The relevant lines are as follows:
WCSHosts
WCSLIST
This line defines the Web Component Server(s) that the ASAPI module must communicate with. WCSLIST is a list of one or more WCS hosts, specified as machinename:
portnumber (separate multiple entries with semicolons).
AddPathMap /crystal csp "
WCS_INSTALL_ROOT/webcontent"
This line defines how the ASAPI module translates file paths for each Crystal Server Page (.csp file). Any .csp request made to http://
webserver/crystal
must be mapped relative to the webcontent
directory on the WCS. The virtual directory on the web server is specified first (/crystal
); the file extension is specified second (csp
); and the absolute path of the Crystal Enterprise web content directory on the Web Component Server is specified last (WCS_INSTALL_ROOT/webcontent
).
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |