I am a newbie with Coldbox and Railo and I am trying to get the ColdboxFlexTester sample to work. The problem is that my directory is set up like this:
- Application(ColdboxFlexTester)
- /bin
- ColdboxFlexTester.html
- /webroot
- Application.cfc
- index.cfm
- /bin
And I would like to access the ColdboxFlexTester.html that is inside the bin directory through the browser like so www.mysite.com/ColdboxFlexTester/bin/ColdboxFlexTester.html, but because it is outside of the webroot, I am getting a 404 error. How would I fix this? Is there some kind of permissions I need to enable somewhere? and if so, how would I do that? Any help on this would be truly appreciated.
Thanks, Tonih