-
Notifications
You must be signed in to change notification settings - Fork 24
File System Access Restrictions
thofrey edited this page Jul 23, 2013
·
6 revisions
On shared hosts, it is not uncommon for your hosting provider to restrict your application's access to not only some CFML tags and functions, but also to various parts of the file system. If your are being denied access to templates that need to run in the Mach-II framework, you may need to contact your Hosting provider to ensure your permission settings are correct. See below for an example of what you may see in this scenario:
Security: The requested template has been denied access to [PATH_TO_YOUR_ROOT]\wwwroot\MachII\framework\AppLoader.cfc.
The following is the internal exception message:
access denied (java.io.FilePermission [PATH_TO_YOUR_ROOT]\wwwroot\MachII \framework\AppLoader.cfc read)