httpd.conf file must have the following for the demo to work: 1. ServerRoot "c:/RedOlive/apache/apache2" (this is where your apache is installed) 1. DocumentRoot "c:/RedOlive/dev/app/Docmgr/doc" (if you have placed the 'RedOlive' folder on the root of the 'C' drive) 1. ErrorLog /tmp/Docmgr-error.log (Server error logs) 1. CustomLog /tmp/Docmgr-access.log common (Server access logs ) ALIASES ------- 1. ScriptAlias /bin/ "c:/RedOlive/dev/app/Docmgr/bin/" 1. Alias /images/ "c:/RedOlive/dev/app/Docmgr/img/" 1. Alias /tk/ "c:/RedOlive/dev/tk/"