To Disable the Security Manager

Disabling the Enterprise Server security manager may improve performance for some types of applications. The Java platform 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; however, do not disable it in a production environment.

  1. In the navigation tree, select the Application Server node.

    The General Information page opens.

  2. On the General Information page, click the JVM Settings tab.

    The JVM General Settings page opens.

  3. On the JVM General Settings page, click the JVM Options tab.

    The JVM Options page opens.

  4. Select the checkbox to the left of the Value field containing the -Djava.security.policy option.
  5. Click Delete.
  6. Click Save.
  7. Restart the server.
See Also