Could you elaborate what you mean with "security option"? There's a number of things that you can do for securing tomcat, and enabling the security manager is only one thing. If you do this, you probably want to specify the policy for the server's sandbox - e.g. which files it's allowed to access, which network connections it's allowed to open.
Configuring the SecurityManager & running in a sandbox is no fun. You're probably aware of http://tomcat.apache.org/tomcat-8.0-doc/security-manager-howto.html and http://tomcat.apache.org/tomcat-8.0-doc/security-howto.html ? Olaf Am 14.04.2016 um 16:37 schrieb King Kenneth: > All, > > How do you enable the Tomcat security option, will the follow change below > enable this component? > > * Add the following text "Djava.security.manager" to the Java tab > within Tomcat Configuration in the Java Options section > > Thanks, > > Kenneth King Jr. > Booz l Allen l Hamilton > Office (202) 317-5593 > Cell (203) 450-7941 > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org