Where to find best practices for Tomcat Security Manager?
In the Tomcat Security Considerations it's recommended to start Tomcat with the Security Manager.
However, when I startup Tomcat with the security option I get an error containing 'java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "modifyThread")' when trying to read the platform-settings.json.
Are there any templates / best practices for how to configure the catalina.policy file with the ThingWorx webapp?

