| Message view | « Date » · « Thread » |
|---|---|
| Top | « Date » · « Thread » |
| From | "David Boyer" <Da...@bvu.edu> |
| Subject | Need help with java.io.FilePermission and catalina.policy |
| Date | Wed, 22 May 2002 21:08:29 GMT |
Can I use a relative path with java.io.FilePermission? If I replace
"jtest\\-" with the absolute path of
"d:\\inetpub\\wwwroot\\dev\\jtest\\-" then it works fine?
Here's a snippet of my policy file:
grant codeBase "file:D:/Inetpub/Wwwroot/dev/-" {
permission java.io.FilePermission "jtest\\-", "read, write";
};
| |
| Mime |
|
| View raw message | |