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
