Hia all,

Here is a weird question.

Does Orion overwrite a given policy file ???
If I specify the -Djava.security.policy=polic.all and I run a piece of
code by itself it runs like a charm.
The moment I put the same piece of code in Orion and specify the same
policy file on the startup line , it croaks.
My piece of code does use a security manager.

This would happen only if Orion completely ignored the ploicy specifed
on the command line, or if it somehow overwrote with its own.

What this would indicate is that when the code runs inside of the Orion
JVM (it's just pure Java no beans, no servlets no jsp's) the policy file
is not found by the code that tries to execute the secure piece of code.


Can someone comment on this ?? Has someone had a similar experience ???
 

Any help would be greatly appreicated !

thanks,


Bruno




Reply via email to