If you are using iPlanet Enterprise Server 4.1 or 6.x with the NSAPI Web Connector, the application mappings are made with the req_handler
function.
Ensure that the following lines appear in the <Object name="default">
section of the iPlanet obj.conf
file, after any existing Service
lines:
Service fn="req_handler" method="(GET|POST)" type="magnus-i nternal/rpt" Service fn="req_handler" method="(GET|POST)" type="magnus-i nternal/csp" Service fn="req_handler" method="(GET|POST)" type="magnus-i nternal/cri" Service fn="req_handler" method="(GET|POST)" type="magnus-i nternal/cwr"
Also ensure that the following lines appear in the iPlanet mime.types
file:
type=magnus-i nternal/rpt exts=rpt type=magnus-i nternal/csp exts=csp type=magnus-i nternal/cri exts=cri type=magnus-i nternal/cwr exts=cwr
Together, these configuration entries serve to define the Crystal Enterprise file types and to allow the NSAPI Web Connector to handle requests for such files.
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |