cfengine
slug to search for the engine on ForgeBox. The format is [email protected]
where the version is optional. Ortus Solutions maintains the versions of the engines available on ForgeBox.** Note: Adobe ColdFusion 9 does not support Java 8. To run ColdFusion 9 you must first install Java 6 or 7. Then change the CommandBox java version, by doing one of the following:
Update the OS default, defined in theJAVA_HOME
environment variable, with the Java 6/7 JRE directory Copy the Java 6/7 JRE folder into the CommandBox installation directory, and rename the subfolder "jre".For example, if the new JRE is installed inC:\Program files\java\jre7
copy it toC:\CommandBox\jre
Note: This version will take precedence overJAVA_HOME
Restart CommandBox to apply the changes.
admin
commandbox
WARPath
argument.start
command inside of a folder that has a /WEB-INF/web.xml
file, CommandBox will treat that folder as a WAR.cfengine
parameter can accept any valid CommandBox endpoint ID. That means it can be an HTTP URL, a Git repo, a local folder path to your company's network share, or a custom ForgeBox entry you've created. As long as that endpoint resolves to a package that contains these files, you're good:box.json
Engine.[zip|war]
(file name doesn't matter)cfengine
and other related configuration options in your server.json
to use them every time you start your app.server.json
server.json
by default.[email protected]
to your server.json
. If this is not what you want, you can append saveSettings=false
or even --!saveSettings
when you start your server and CommandBox will not save the arguments you specify to your server.json
.