readthefuckingmanual.net

[SOLVED] java.security.AccessControlException: access denied (java.util.PropertyPermission webapp.root read)

Error added: 2009-08-28T22:58:24Z

1 people waiting for the answer...

1 answers found.

Answer 2231 (100.0% helpful)

Java security framework is objecting to your webapp root, probably *not* becase of underlying filesystem permissions.

You need to look at something like this:

http://publib.boulder.ibm.com/infocenter/wpdoc/v6r0/index.jsp?topic=/com.ibm.wp.exp.doc/wpf/sec_java2.html

You can verify whether or not it was the security framework by turning it off or overriding it with -D arguments to the JVM.

See also here: http://java.dzone.com/articles/how-override-java-security
Permalink

Add an answer/solution

If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people struggling with this too.


Please enter 61948 here

If you want to be notified via email when this is solved, enter your email address here: