102 IBM WebSphere Commerce Suite V4.1 for OS/390
These files are referenced by the Pass directives in the Webserver’s httpd.conf
file. A Pass directive looks like the following:
Pass /demomall/* /usr/lpp/CommerceSuite/html/en_US/demomall/*
This means that whenever the Webserver receives a URL request with the string
demomall immediately following the host name, it resolves the location to the full
path as specified by the Pass directive.
Therefore, if you have your HTML files in a directory called
/usr/lpp/NetCommerce/html/en_US/myhtml, and image files in a directory called
/usr/lpp/CommerceSuite/html/en_US/myimages, and you want to refer to them
just as myhtml and myimages, you would need to include two Pass directives in
the httpd.conf file:
1. Pass ...