Sun Java System Web Server 6.1 2006Q2 SP6 Release Notes

Enhanced Security

Sun Java System Web Server allows you to restrict access using flat file authentication. Sun Java System Web Server supports the Java Security Manager. Enabling the Security Manager can improve security by restricting the rights granted to your J2EE web applications. By default, the Security Manager feature is disabled when you install the product. To enable Security Manager, uncomment the following entries in the server.xml file:

<JVMOPTIONS>-Djava.security.manager</JVMOPTIONS>

<JVMOPTIONS>-Djava.security.policy=instance_dir/config/server.policy</JVMOPTIONS>

where instance_dir is the path to the installation directory of this server instance.

For more information about server.xml, see Sun Java System Web Server 6.1 SP6 Administrator’s Configuration File Reference.