logo
6.6.1+2 (Isaiah 40:29)

Welcome to ColdBox!

Welcome to modern ColdFusion (CFML) development. You can now start building your application with ease, we already did the hard work for you.

Reinitialize ColdBox

ColdBox caches things in memory for you to increase performance. If you make any configuration changes, add/modify modules, etc, please make sure you reinit the framework so those changes take effect. You can use the URL action shown below or CommandBox to issue a coldbox reinit command.

URL Action Execute
?fwreinit=1
?fwreinit={ReinitPassword}
Run

Tests

Unit and integration testing are integral parts to any ColdBox application. We have scaffolded the test harness under the tests folder. From here you can open the Tests Browser and also execute all your tests. Please note that you can also run all your tests via CommandBox: testbox run. You can even start a watcher which will check for source changes and run your tests for your: testbox watch