To disable the security manager

Disabling the Application Server’s security manager may improve performance for some types of applications. The Java authorization and authentication features will still work even if the security manager has been disabled. You may disable the security manager in a development environment, but you should not disable it in a production environment.

  1. In the Developer profile, select the Application Server node.
  2. In the Cluster profile, select the Configurations node Cluster.
  3. Click the JVM Settings node or tab, then the JVM Options tab.
  4. Remove the -Djava.security.policy option by selecting the checkbox next to the option.
  5. Click Delete.
  6. Click Save.
  7. Restart the server.