ColdBox Framework Forums Notification: Post to So, I'm stuck...Coldbox can't find the "handlers directory"

Title: RE: So, I'm stuck...Coldbox can't find the
Thread: So, I'm stuck...Coldbox can't find the "handlers directory"
Forum: Need Help?
Conference: ColdBox
User: lmajano Please also make sure that you reinit the framework via the url for changes to
take effect if you moved directories around:

index.cfm?fwreinit=1

Also, it
says it can find your handlers directory, is it reporting the correct directory
or not? Does it exist in the right location?

If you are accessing it via
http://localhost:8080/cf/coldbox then the mapping to "coldbox.system.coldbox"
will be invalid because the url is reporting "cf.coldbox.system.coldbox". Put
it on the root of the web application. If not, you can create a coldfusion
mapping "/coldbox" pointing to where coldbox exists, physically.

However, the
samples might not work, because they expect a url location of /coldbox/samples.
To test the framework out, copy out the application template, and just try the
application template with the mapping.

Again, the easiest route is just to
drop it on the webroot where it can be accessed:
http://localhost:8080/coldbox/samples/index.cfm
http://forums.coldboxframework.com/index.cfm?event=ehMessages.dspMessages&threadid=44F4FB0C-FF65-CEF6-6515637F857FFCFA