Last active
May 3, 2018 16:22
-
-
Save iknowkungfoo/d0271a7141c102e99755a6fc978d8d82 to your computer and use it in GitHub Desktop.
CommandBox config for ColdFusion 9 on macOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name":"Test", | |
"debug":true, | |
"console":true, | |
"web":{ | |
"host":"test.localhost", | |
"webroot":"wwwroot", | |
"directoryBrowsing":false, | |
"welcomeFiles":"index.cfm", | |
"http":{ | |
"port":8080, | |
"enable":true | |
} | |
}, | |
"jvm":{ | |
"javaHome":"/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home" | |
}, | |
"app":{ | |
"cfengine":"adobe@9", | |
"serverHomeDirectory":"serverHome" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will install ColdFusion 9.0.2 if not already installed.
You will need to install Java 7u80, it's near impossible to find a version of Java 6 for macOS that works with CF 9.
http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html?
For web.host to register with your local hosts file, install https://www.forgebox.io//view/commandbox-hostupdater and run CommandBox in admin mode:
sudo box