Configure the java security manager
jGuard can be executed with the java Security Manager enabled. This major java component, securize any java application run with the -Djava.security.manager argument at startup. j2ee application servers are java applications too but sometimes, wrap the securityManager in a specific configuration. To launch the Tomcat Application Server with the -security argument enabled, launch the catalina shell(catalina.sh or catalina.bat, depending on your platform) with this argument (according to the tomcat Security Manager HOW-TO). on Unix:$CATALINA_HOME/bin/catalina.sh start -security
%CATALINA_HOME%\bin\catalina start -security
=> in this case(default case), jGuard will always permit access, that is not the goal of the library!!! so, COMMENT (with //) this line on the empty grant entry:
// permission java.security.AllPermission;
Version 1.3 last modified by Alex Jacobs on 02/03/2006 at 23:26
Document data
Attachments:
No attachments for this document
Comments: 0