You are now running ColdBox SEEK 3.8.1.00076 (1 John 5:12-13). Welcome to the next generation of ColdFusion applications. You can now start building your application with ease, we already did the hard work for you. ColdBox Overview
You can click on the following event handlers to execute their default action index()
Below are your application's loaded modules, click on them to visit them.
You can find your entire test harness in the following location: D:\home\dmmsmusic.com\wwwroot\api\test
File/Folder | Description |
---|---|
integration | Where all your global integration tests go |
mocks | Where custom mock objects/data can be placed |
modules | Where integration and unit tests for modules go |
resources |
Where test resources go, we have placed two for you:
|
unit | Where unit tests go |
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 ANT |
TestSuite.cfm | A test suite for executing all application tests via a browser. |
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 |
?debugmode=false ?debugmode=false&debugpass={DebugPassword} |
Remove debug mode | Execute |
?debugmode=true ?debugmode=true&debugpass={DebugPassword} |
Enable debug mode | Execute |
You can now start editing your application and building great ColdBox enabled apps. Important files & locations: