Sandbox Settings Ignored

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default Sandbox Settings Ignored

    I am trying to set up sandbox security and ColdFusion seems to be ignoring the
    settings. I checked the box to enable sandbox security and I restarted the
    JRun ColdFusion service. I have removed access to all datasources, functions
    and tags and the test page I have setup still is allowed to access a database.

    We've had trouble setting this up in the past on other servers, but I can't
    remember what we did to fix the problem. I thought it was something to do with
    editing neo-security.xml, but I am not 100% sure.

    Any help would be greatly appreciated.

    CourtneyP Guest

  2. Similar Questions and Discussions

    1. Sandbox What?
      New to this game. HTML to play file works fine if run without using web server. If I use the web server I get an error indicating only...
    2. 7.0.2 Sandbox Security
      ColdFusion MX 7.0.2 with Security Sandbox Enabled: It seems if you call a custom tag in the custom tags folder located outside the sandbox...
    3. Exe projector and sandbox
      Hi, I've got an exe made with Flash 8. It's going to be on my local hard drive. This exe need to load some XML files that are on a website. ...
    4. Sandbox Setting being ignored
      I am trying to set up sandbox security and ColdFusion seems to be ignoring the settings. I checked the box to enable sandbox security and I...
    5. CF Sandbox recommendations
      I am editing the CF sandbox settings for sites. I would like to know what paths within C:\CFusionMX7 that a site may need to have access to in order...
  3. #2

    Default Re: Sandbox Settings Ignored

    Sounds like you installed using the 'multi-server' configuration (option 2).
    Check to see if you added the -Djava.security.manager setting to the jvm.config
    as detailed here:
    [url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/00000025.htm[/url] (and be sure
    to follow the comment at the bottom of this page about the quotes being in the
    wrong place).

    DStanten Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139