I've installed Railo 3.2.1.000 final, what worries me is that I can view the contents of the C:\ even though the web-context is located in d:\sites\mysite.com\

Can each website be restricted to ONLY it's files?

link|improve this question
feedback

1 Answer

In the Server Adminstrator, under Security > Access > CFML Environment, set File Access to 'local' so that each web context can only access files within its own web root.

The default is 'all' to allow for applications that access files via mappings that are outside the web root, which is fairly common for CFML applications.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.