Corporation Server User Manual
6-6 Oracle Web Application Server™ Installation Guide
[DirMaps]
/Netscape/cgibin/ CR /cgibin/
• NameTrans fn=document-root root=/Netscape/docs
The value of root= is the document root. This directive is mapped into the
svserver.cfg [DirMaps] section as:
[DirMaps]
/Netscape/docs/ NR /
• NameTrans fn=unix-home from=/~subdir=”public_html,home.html”
The value of subdir= is the user directory if the URL specifies ~user. It is
mapped into the svserver.cfg [Server] section as:
[Server]
UserDir = public_html
Note: Oracle Web Application Server allows only one directory to be specified in the
Userdir parameter, while Netscape allows multiple directories to be specified in
a comma-separated list. Only the first directory specified in the list is used by
Oracle Web Application Server.
• ObjectType fn=force-type type=text/html
The value of type= is the default MIME type for the server. It is mapped
into the svserver.cfg [Server] section as:
[Server]
DefaultMIMEType=text/html
• Service fn=imagemap method=(GET|HEAD) type=magnus-internal/
imagemap
The value of type= represents the MIME types used for imagemap. It is
required to look for its corresponding MIME extension from the file listed
in (1) and mapped into svserver.cfg [Server] section as:
[Server]
ImageMap = map
Note: Oracle Web Application Server only allows one extension to be specified in the
imageMap parameter, while Netscape allows multiple extensions for the
imagemap. Only the first extension specified in the list is used by Oracle Web
Application Server.
• Service fn=index-simple method=(GET|HEAD)
type=magnus-internal/directory
The value of fn= can be index-simple or index-common. If either appears,
it is mapped into the svserver.cfg [Server] section as: