You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Phillip Gibb <ph...@prism.co.za> on 2001/06/06 07:44:22 UTC

Tomcat with secuirity manager

Running tomcat with the -security option gives me the following exception :

FATAL:java.io.IOException: access denied (java.security.SecurityPermission
putPr
oviderProperty.SunJSSE)
java.io.IOException: access denied (java.security.SecurityPermission
putProvider
...

I take it that the tomcat.policy file is the culprit because that is where
the permissions are granted.

But I tried to edit this file and give myself permissions to the context
dir, it did not work.

Must I specify every subdirectory?

Thanks

Phill