Tips Using CF8 Instances with JRun4 and Apache on Windows
You need to map your site to the CFIDE folder. It is required.
If you are using Apache on Windows, check out this entry to find out how to make CFGRID work correctly: How to Map Apache Virtual Hosts to CFIDE
To prevent this from happening to you, here is how you map to the CFIDE folder from all of your apache-based virtual hosts. First let me point out that my webroot/documentroot is set for C:\www and I have a virtual host configured for localhost pointed to C:\www. My CFIDE folder is located in C:\www. If your CFIDE folder is located somewhere else or even outside of your webroot/documentroot, then change the mappings to the settings required for your environment.
Once completed, restart Apache. Now if you add the following in the URL, following your virtual host path
If the CF Admin login displays, you have successfully mapped your virtual hosts to the CFIDE folder.
Apps that use CGI.PATH_INFO should be changed to use CGI.SCRIPT_NAME, because Apache does not support CGI.PATH_INFO.
It is also recommended to use CGI.HTTP_HOST rather than CGI.SERVER_NAME, because server_name can be incorrect on multi-homed servers.