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: sanaullah73 Hi,

I just tested coldbox sample folder under jboss with /cf context root.
All I did a small addition to samples/config/colbox.xml.cfm
[code]
<Setting
name="AppMapping" value="/coldbox/samples"/>
[/code]
/cf/CFIDE/administrator/ then create a /coldbox mapping to coldbox folder.
Restarted jboss server, it works fine.

Here are some things which are quite
confusing for developers.
1: context-root j2ee
2: webroot web-server
3: CF
mapping.

assume /cfusion this is my context-root
so then
/cfusion/CFIDE/administrator is available

next things is cf-mapping which
actually translate a path in cf application

assume /myApp map to
z:/sites/myApp

CF will transalte this /myApp/ into z:/sites/myApp
webroot this is related to your web server so every thing within a webroot is
accessible and path will be translated according to that.

I have attached
my jboss setup screen shot and also in jboss you can define your context-root.
simply create a jboss-web.xml then put inside WEB-INF folder
[code]
<jboss-web><context-root>/cfusion</context-root></jboss-web>
[/code]
thanks
Sana
http://forums.coldboxframework.com/index.cfm?event=ehMessages.dspMessages&threadid=44F4FB0C-FF65-CEF6-6515637F857FFCFA