Welcome to ColdBox!
You are now running ColdBox Perseverance 5.0.0+633 (Joshua 1:9). Welcome to the next generation of ColdFusion (CFML) applications. You can now start building your application with ease, we already did the hard work for you.
Registered Event Handlers
You can click on the following event handlers to execute their default action index()
Registered Modules
Below are your application's loaded modules, click on them to visit them.
Application Test Harness
You can find your entire test harness in the following location: /home/agilemix/public_html/conceptpreview.com/playlistr/webroot/tests
| File/Folder | Description |
|---|---|
| specs | Where all your bdd, module, unit and integration tests go |
| results | Where automated test results go |
| resources | Test resources like fixtures, itegrations, etc. |
| Application.cfc | A unique Application.cfc for your testing harness, please spice up as needed. |
| test.xml | A script for executing all application tests via TestBox ANT |
| runner.cfm | A TestBox runner so you can execute your tests. |
ColdBox URL Actions
ColdBox can use some very important URL actions to interact with your application. You can try them out below:
| URL Action | Description | Execute |
|---|---|---|
|
?fwreinit=1 ?fwreinit={ReinitPassword} |
Reinitialize the Application | Execute |
Customizing your Application
You can now start editing your application and building great ColdBox enabled apps. Important files & locations:
-
/config/ColdBox.cfc: Your application configuration file -
/config/Routes.cfm: Your URL Mappings -
/config/WireBox.cfc: Your WireBox Binder -
/handlers: Your application event handlers -
/interceptors: System interceptors -
/includes: Assets, Helpers, i18n, templates and more. -
/layouts:Your application skin layouts -
/lib: Where Jar files can be integrated -
/models: Your model layer -
/modules: Your application modules -
/tests: Your BDD testing harness (Just DO IT!!) -
/views: Your application views