RE: [coldbox:10645] Handlers External Location

Not to mention a web-server mapping won’t help you at all here. ColdBox uses createObject() to instantiate your handlers. A ColdFusion mapping is a requirement for finding an external handler since web-server mappings are only useful for helping your browser find things. Handlers are created log after the request has been passed off to the application server for processing.

Thanks!

~Brad