-
1. Re: Mac OS X Server App & CF10
rezengine Aug 9, 2012 6:29 PM (in response to rezengine)Ok, I managed to sort an answer with some help from http://www.giancarlogomez.com/2012/07/coldfusion-10-on-os-x-mountain-lion.html
You need to make a copy of "httpd_server_app.conf" and rename it to be "httpd.conf". Then run the installer, and point the apache config directory as "/Library/Server/Web/Config/apache2/" - the installer will find the "httpd.conf" file it was looking for and run as it should do.
Once completed you can delete your original "httpd_server_app.conf" file (or keep as a backup), and rename your "httpd.conf" file in it's place as "httpd_server_app.conf". The installer creates a file called "mod_jk.conf" that is added as an include to your Apache conf file - so that's the only change to your config.
It's frustrating that the installer demands a file named a certain way - it should really ask for the file name, but nevermind - sorted now with OS X Mountain Lion, Server App and CF10 all running nicely (fingers crossed)
Many thanks to Giancarlo for helping me out.
