I have a policy file that works fine. When I place the policy file other
than user.home or java.home my Struts application does not use it.
policy.url.1=file:${java.home}/lib/security/java.policypolicy.url.2=file:${u
ser.home}/.java.policypolicy.url.3=file:C:/seernet.policy #...is ignoredAny
ideas?
>I have a policy file that works fine. When I place the policy file other
>than user.home or java.home my Struts application does not use it.
>
>policy.url.1=file:${java.home}/lib/security/java.policypolicy.url.2=file:${u
>ser.home}/.java.policypolicy.url.3=file:C:/seernet.policy #...is ignoredAny
>ideas?
file:///C|/mydir/seernet.policy
Maybe it wants the URL encoded like the above.
See http://mindprod.com/jgloss/policyfile.html for possible hints.
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Edward - 03 Oct 2003 09:36 GMT