Question
7.0.2 new install wont support Security Sandbox with Multiserver install
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.
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.