CF9 not connected to MAMP Apache in Snow Leopard
I am trying to set up a MAMP/CF9 multi-site development environment on my local MacBook Pro.
I found this article and followed it as my guide with one exception.
Where it talks about editing the hostd.conf file for the multiple local sites, I instead installed VirtualHostX app.
So I installed MAMP (Mac Apache MySQL PHP) on my MacBook Pro. It started up and runs serving web pages. I then installed VirtualHostX and defined a couple local sites I have for development. I then installed CF9 (32 bit). I specified CF in /Applications and I specified the CFIDE to go into my (user)/Sites/www directory. My local sites are each in their own directory under (user)/Sites/. It said it all ran fine but when I went to /localhost/CFIDE/administrator/index.cfm it gives a 404 error. I try to go to one of the dev sites and it displays the page but as text, not CF rendered code.
I looked in the wsconf.log file and found this one error msg:
11/21 20:31:04 error Configuring 32 bit connector is not allowed.
jrunx.connectorinstaller.ConnectorInstallerException: Configuring 32 bit connector is not allowed.
at jrunx.connectorinstaller.WebServerInfo.getResourcePath(WebServerInfo.java:809)
at jrunx.connectorinstaller.WebServerInfo.getResourcePath(WebServerInfo.java:759)
at jrunx.connectorinstaller.ApacheInstaller.copyFiles(ApacheInstaller.java:1124)
at jrunx.connectorinstaller.ApacheInstaller.installConnector(ApacheInstaller.java:225)
at jrunx.connectorinstaller.ConnectorInstaller.installConnector(ConnectorInstaller.java:338)
at jrunx.connectorinstaller.ConnectorInstaller.doIt(ConnectorInstaller.java:272)
at jrunx.connectorinstaller.ConnectorInstaller.main(ConnectorInstaller.java:762)
