>
> Ein grant-Eintrag im Policy-File könnte dann so aussehen:
>
> grant codeBase "file:${catalina.home}/webapps/my_exec/-" {
>     permission java.io.FilePermission "<Pfad zum aszuführenden Programm>",
> "execute";
> };

And the "/my_exec/-", is that the context-path?
That means I can call my Servlet whatever I want, but I have to put it into a 
package called my_exec.WAR ? Is that correct?

Gruss Christian

-- 
Christian Stalp
Institut für Medizinische Biometrie, Epidemiologie und Informatik
Johannes-Gutenberg-Universität Mainz
Tel.: 06131 / 17-3107
E-Mail: [EMAIL PROTECTED]

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

Reply via email to