setConfigurations

open fun setConfigurations(configurations: Collection<out Configuration>)

Sets Jetty Configurations that will be applied to the WebAppContext before the server is created. Calling this method will replace any existing configurations.

Parameters

configurations

the Jetty configurations to apply