logo

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.

There are no modules in your application

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:
  • HttpAntRunner - ANT Integration
  • RemoteFacade - Eclipse Integration
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:

  1. /config/ColdBox.cfc: Your application configuration file
  2. /config/routes.cfm: Your URL Mappings
  3. /handlers: Your application event handlers
  4. /includes: Assets, Helpers, i18n, templates and more.
  5. /layouts:Your application skin layouts
  6. /model: Your model layer
  7. /modules: Your application modules
  8. /plugins: Where you place ColdBox custom plugins built by you!
  9. /test: Your unit testing harness (Just DO IT!!)
  10. /views: Your application views