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 Hi,
Yes, it is different. One is the j2ee context root and the other is the web
server root. The problem you are having is that the auto-detect mechanism of
coldbox for the application mapping, gets confused because it sees the "/cf" in
the url so it appends it to the location, which is why you are seeing the error.
Now, to circumvent how you have this setup (It doesn't mean that what you have
is wrong, its just that there are over 1000 combinations to do server setup).
1) create a /coldbox mapping to wherever you installed coldbox.
2) copy the
application template, to wherever you want, let's say:
  /cf/myApp

3) Open
the coldbox.xml.cfm and add a setting called "AppMapping" and name it
"/cf/myApp"

4) Go to it: http://localhost/cf/myApp/index.cfm?fwreinit=1
Try that and let me know, what you get.
http://forums.coldboxframework.com/index.cfm?event=ehMessages.dspMessages&threadid=44F4FB0C-FF65-CEF6-6515637F857FFCFA