> What if I want my users to put any *.jar files on /lib ( which will be > controled by the policy anyway... ) ? Do I need to configure each of them on > catalina.policy and then restart Tomcat ? ( this is not good... :(( ).
> grant codeBase "jar:file:{path-to-webapp}/WEB-INF/lib/WriteFile.jar!/-" { Doing: 'grant codeBase "jar:file:{path-to-webapp}/WEB-INF/lib/-"' should get the job done. Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>