Directory Mapping
To map a URL to a directory (so that when you point your browser to a URL, the server knows the directory in which to find files).
Syntax:
dir.<url> = <full-path-to-directory> 
*Replace <url> with top-level URL you wish to map (no slashes allowed)
*Replace <full-path-to-directory> with the full path to the directory that should map to that URL
For example, if you want http://myhost/someplace/file.html to map to the server’s file C:\Program Files\MyDocs\file.html, then use:
dir.someplace = C:\\Program Files\\MyDocs 
Default:
dir.classes = RW_DIR/classes
where RW_DIR is the JWAVE installation directory.