Skip to main content
December 5, 2006
Question

7.0.2 new install wont support Security Sandbox with Multiserver install

  • December 5, 2006
  • 1 reply
  • 226 views
Hello all,

I have a new install of 7.0.2 enterprise, multiserver running on windows 2003 IIS 6.

The problem I am having is that when I turn on sandbox security the cfusion server will not restart. I have looked at the docs and added the suggested lines to the jvm.config file and restarted cfusion with no joy. I found another thread that suggested the documentation put the quotes in the wrong location, I tried that and still no joy.

The documentation says that I must have the java.lang.security package installed, but I can not find where to get that for jrun and I think it should be part of the jrun package anyway...

All help and advice is appreciated!

Here are the lines I added to the jvm.config:

Try 1:
-Djava.security.manager
-Djava.security.policy="F:/JRun4/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/coldfusion.policy"
-Djava.security.auth.policy="F:/JRun4/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/neo_jaas.policy"

Try 2:
-Djava.security.manager
"-Djava.security.policy=F:/JRun4/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/coldfusion.policy"
"-Djava.security.auth.policy=F:/JRun4/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/neo_jaas.policy"


G.
    This topic has been closed for replies.

    1 reply

    Participating Frequently
    December 7, 2006
    The java.args property is one long string. Did you actually have line breaks between each entry or after the last entry and these? If so just append the three arguments as a string to the other arguments. Make sure there is a space between each argument and no line breaks.

    HTH

    Ted Zimmerman