Necessary permissions for BIRT in server.policy file [message #253862] |
Wed, 29 August 2007 10:35  |
Eclipse User |
|
|
|
Originally posted by: skurada.gmail.com
Hi,
I have to deploy BIRT in Sun Java System Application Server 8.1. The
application works fine on my machine and generates the reports. I gave the
following permissions in the server.policy file on my machine
//Grant permission to BIRT Viewer
grant codeBase
" file:C:\\JavaStudio8\\Sun\\jstudio_ent8\\AppServ8.1UR2\\doma ins\\domain1\\applications\\j2ee-modules\\AG_BIRT\\- "
{
permission java.security.AllPermission;
};
grant codeBase
" file::C:\\JavaStudio8\\Sun\\jstudio_ent8\\AppServ8.1UR2\\dom ains\\domain1\\generated\\jsp\\j2ee-modules\\AG_BIRT\\- "
{
permission java.security.AllPermission;
};
The problem is, our Systems Administrator does'nt want to give
"java.security.AllPermission" for BIRT in the Server. He is asking me to
provide all the necessary permissions instead of "AllPermissions". Can
someone tell me what specific permissions are required for BIRT Viewer? Any
help will be appreciated.
Thanks,
Zahid.
|
|
|
|
Powered by
FUDForum. Page generated in 0.03499 seconds