Am Dienstag, 14. Juni 2005 14:52 schrieb Christian Stalp:
> I did it.
> I made this entry in catalina-policy:
>
>  // Mein Eintrag zum ausführen eines Prozesses:
> grant codeBase "file:${catalina.home}/webapps/my_exec/-" {
>     permission java.io.FilePermission "/home/chris/c/file-test","execute";
> };
>

Is the path really correct? Is the webapp's directory really named "my_exec"?

Try to use the absolute pathname of your webapp's directory, i. e. something 
like
grant codeBase "file:/opt/tomcat-4.1/webapps/my_exec_or_whatever/-" ...

Is the file really executable for the account tomcat runs under?

Regards
  mks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to