- Code: Select all
grant {
permission java.security.AllPermission;
permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
};
I know this is very bad but I am just testing right now and I have not had time to go back and figure out how to do it properly. If anyone has any ideas on this I would love to hear them. I have attached a full version of the java.poilicy file I am using.
I have all of the other related files, like the log4j configuration file, in the WebContent/WEB-INF/src folder in the project (.nsf) itself, which can be seen in the otherfiles image.
Lastly, I have all the docx4j jars on the build path of the project, which are sitting out on a shared drive (see javabuildpath image)
If anyone has sepecific questions I will try to answer them the best that I can.
I hope this helps.