NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator's Guide
Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator’s Guide—544548-004
3-17
Configuring the Security Manager
Entries in the iTP_catalina.policy file use the standard format as java.policy
file, as shown in Example 3-4:
The signedBy and codeBase entries are optional when granting permissions.
Comment lines begin with // and end at the current line. The codeBase is in the form
of a URL, which can use the ${java.home} and the ${catalina.home}properties
that are expanded to the directory paths defined for them by the environment variables
JAVA_HOME and CATALINA_HOME.
The default iTP_catalina.policy file contains all the grant entries in the standard
catalina.policy file and the additional entries for the NSJSP container, as shown
in Example 3-5:
Example 3-4. Java Policy File entry
// Example policy file entry
grant [signedBy <signer>,] [codeBase <code source>] {
permission <class> [<name> [, <action list>]];
};










