Skip to content

Instantly share code, notes, and snippets.

@iknowkungfoo
Last active May 3, 2018 16:22
Show Gist options
  • Select an option

  • Save iknowkungfoo/d0271a7141c102e99755a6fc978d8d82 to your computer and use it in GitHub Desktop.

Select an option

Save iknowkungfoo/d0271a7141c102e99755a6fc978d8d82 to your computer and use it in GitHub Desktop.
CommandBox config for ColdFusion 9 on macOS
{
"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"
}
}
@iknowkungfoo

iknowkungfoo commented Jul 13, 2017

Copy link
Copy Markdown
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment