Hello,

a few questions related to phoenix environment:

1. Is there a way to pick up the value of an env variable set in a shell, eg $PROJECT_HOME?

2. In the http://jakarta.apache.org/avalon/phoenix/assemblers/environment-xml-specification.html
it reads that to specify a keystore

<policy>
<keystore name="foo-keystore"
location="sar:/conf/keystore"
type="JKS" />

<grant code-base="file:${app.home}${/}some-dir${/}*"
key-store="foo-keystore" >
<permission class="java.io.FilePermission"
target="${/}tmp${/}*"
action="read,write" />
</grant>


yet, when phoenix starts up it complains about an invalid URL (unknown protocol sar:).
What is the recommended way of accessing resources that have been bundled in a Sar?
Trying to do it via the file: protocol also fails.

3. Is there any specific policy that needs to be set to use JSSE within phoenix?

Thanks, Mauro



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

Reply via email to