I'm developing an app which uses Spring quite heavily. Spring and the Tomcat Security Manager require quite some configuration to make work.
The documentation for Tomcat Security Manager indicate that it's for protection from malicious code which a deployer puts on to the server. If I'm the only person with the access rights to admin the server and deploy the code then Tomcat Security Manager is only protecting myself from myself.
Is there anything useful in Tomcat Security Manager in this scenario?
Thanks in advance.