Question
What is recommended installation procedure on Windows?
I've just installed CF8 and I've configured it to work with
Apache. When I installed CF8, I did a multiserver install with
JRun4 and I had CF8 install to the web root (C:\Program
Files\Apache Software Foundation\Apache 2.2\htdocs). This is where
my CFIDE got installed. However, I want my development projects
installed to C:\Projects\CF8 with each project having its own
folder under the CF8 folder. I created virtual hosts in Apache for
those projects and created a hostname for each project. I was
having problems running the apps until I copied the CFIDE folder
from my web root to each project under the CF8 folder. But I'm
still having problems. I'm getting the following to a project I
created called mptest:
Error invoking CFC /employeeService.cfc : Internal Server Error [Enable debugging by adding 'cfdebug' to your URL parameters to see more information]
I'd rather not have to run my apps in the webroot directory but I will if there isn't another way to do it. It seems like my setup is fine, but ColdFusion is having trouble dealing with Apache's virtual hosts.
Error invoking CFC /employeeService.cfc : Internal Server Error [Enable debugging by adding 'cfdebug' to your URL parameters to see more information]
I'd rather not have to run my apps in the webroot directory but I will if there isn't another way to do it. It seems like my setup is fine, but ColdFusion is having trouble dealing with Apache's virtual hosts.