I'm trying to upgrade the phoenix in use by EOB to latest. The problem I'm getting is..
java.security.AccessControlException: access denied (java.io.FilePermission C:\OtherCVS\eob\phoenix-bin\apps\eob-jo-hsql\etc\server.properties read)). .. probably because Jo accesses properties files in the unzipped sar file. How do I configure phoenix to allow this rather than barf? I had though it was in environment.xml, and that... <grant code-base="file:*"> <permission class="java.security.AllPermission" /> </grant> .. was the snippet needed, but am wrong. Advice? - paul -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>