You may have mistyped the address or the page may have moved. Please check your address again.
28 || An unhandled exception has occurred. Please look at the diagnostic information below: | 7 ||
| Type | 10 |#exception.getType()# | 11 |
| Message | 14 |#exception.getMessage()# | 15 |
| Detail | 18 |#exception.getDetail()# | 19 |
| Extended Info | 22 |#exception.getExtendedInfo()# | 23 |
| Message | 26 |#exception.getMessage()# | 27 |
| Tag Context | 30 |
31 | 35 | |
37 |
| Stack Trace | 40 |#exception.getStackTrace()# | 41 |
6 | 7 | 8 | Read ColdBox Manual 9 | 10 |
11 |16 | You are now running #getSetting("codename",1)# #getSetting("version",1)# (#getsetting("suffix",1)#). 17 | Welcome to the next generation of ColdFusion (CFML) applications. You can now start building your application with ease, we already did the hard work 18 | for you. 19 |
20 |34 | You can click on the following event handlers to execute their default action 35 | index() 36 |
37 |Below are your application's loaded modules, click on them to visit them.
51 |
68 | You can find your entire test harness in the following location: #getSetting("ApplicationPath")#tests
69 |
| File/Folder | 73 |Description | 74 | 75 | 76 |
|---|---|
| 78 | specs 79 | | 80 |Where all your bdd, module, unit and integration tests go | 81 |
| 84 | results 85 | | 86 |Where automated test results go | 87 |
| 90 | resources 91 | | 92 |93 | Test resources like fixtures, itegrations, etc. 94 | | 95 |
| 98 | Application.cfc 99 | | 100 |A unique Application.cfc for your testing harness, please spice up as needed. | 101 |
| 104 | test.xml 105 | | 106 |A script for executing all application tests via TestBox ANT | 107 |
| 110 | runner.cfm 111 | | 112 |A TestBox runner so you can execute your tests. | 113 |
ColdBox can use some very important URL actions to interact with your application. You can try them out below:
123 || URL Action | 126 |Description | 127 |Execute | 128 | 129 | 130 |
|---|---|---|
|
132 | ?fwreinit=1 133 | ?fwreinit={ReinitPassword} 134 | |
135 | Reinitialize the Application | 136 |137 | Execute 138 | | 139 |
149 | You can now start editing your application and building great ColdBox enabled apps. Important files & locations: 150 |
151 |/config/ColdBox.cfc: Your application configuration file
154 | /config/Routes.cfm: Your URL Mappings
157 | /config/WireBox.cfc: Your WireBox Binder
160 | /handlers: Your application event handlers
163 | /interceptors: System interceptors
166 | /includes: Assets, Helpers, i18n, templates and more.
169 | /layouts:Your application skin layouts
172 | /lib: Where Jar files can be integrated
175 | /models: Your model layer
178 | /modules: Your application modules
181 | /tests: Your BDD testing harness (Just DO IT!!)
184 | /views: Your application views
187 |