We upgraded from Tomcat 7.0.41 to tomcat 7.0.53. We are starting the Tomcat as "-security" so as to enable security manager. I also see the changelog of 7.0.48 mentioning about this change "When running under a security manager, change the default value of the Host's deployXML attribute to false. add If a Host is configured with a value of false for deployXML, a web application has an embedded descriptor at META-INF/context.xml and no explicit descriptor has been defined for this application, do not allow the application to start. The reason for this is that the embedded descriptor may contain configuration necessary for secure operation such as a RemoteAddrValve. "
As a result many of the applications are not starting in my project. How can we fix this? -Thanks Utkarsh