is there any way to update adobe coldfusion under ...
# box-products
r
is there any way to update adobe coldfusion under commandbox automatically? I tried use "Automatic updates" in CF Admin, change cfengine to certain version in server.json. But it doesn't work
I've used manual update by running jar file, but it is not useful to do it for each instance 😞
b
@romanstr ACF does not allow the web-based updater in any JRE installation. This is an adobe limitation.
However, there is no need to update with this method in CommandBox. Simply tell CommandBox what version you want, and it will get it for you
change cfengine to certain version in server.json. But it doesn't work
Please show your
server.json
file and the full output of a
Copy code
server start --versbose
It's possible you have something like a custom server home directory which is preventing CommandBox from upgrading, but it's impossible to tell without seeing the actual output.
r
Yes, I use custom server home directory
b
Then, there is a warning in your verbose console output explaining this to you
Please refer to the CommandBox docs on debugging server starts https://commandbox.ortusbooks.com/embedded-server/debugging-server-starts
Copy code
start --debug
is the first thing you should try!
It would have answerd your question right away 🙂