setTomcatContextCustomizers
open fun setTomcatContextCustomizers(tomcatContextCustomizers: Collection<out TomcatContextCustomizer>)
Set TomcatContextCustomizers that should be applied to the Tomcat Context. Calling this method will replace any existing customizers.
Parameters
tomcatContextCustomizers
the customizers to set