The Java security manager enables programmers to establish a custom security policy for their Java applications.
Unless you enable the security manager before you start the P6 Integration API server, the security manager is disabled. To enable/disable the security manager, edit the P6 Integration API server's startup script with a text editor and uncomment or comment the appropriate command:
- For Windows, edit the startAppServer.cmd file.
For Linux, edit the startAppServer.sh file.
- Uncomment or comment one of the following:
In Windows:
SET ENABLE_JAVA_SECURITY_MANAGER=-Djava.security.manager
Linux:
ENABLE_JAVA_SECURITY_MANAGER=-Djava.security.manager
Note: The P6 Integration API server can use different policy files for different application/web servers.