Noel,

>"Phoenix 4.0a4
>
>org.apache.avalon.framework.component.ComponentException: Cannot find or
>init repository: access denied (java.io.FilePermission
>/opt/james-2.1a1-cvs/apps/james/var/mail/spool read)
>
>...
>"
>
>This error goes away when I export PHOENIX_SECURE=false.  What do we need to
>do to run with PHOENIX_SECURE?
>  
>
I think you might be able to play with permissions in environment.xml

    <policy>
      <grant code-base="file:${app.home}${/}blocks${/}*">
        <permission class="java.security.AllPermission" />
      </grant>

      <grant code-base="file:${app.home}${/}lib${/}*">
        <permission class="java.security.AllPermission" />
      </grant>
    </policy>

- Paul



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to