setWebXml

open fun setWebXml(@Nullable webXml: @Nullable File)(source)

Sets the web.xml file to include in the WAR archive. When null, no web.xml file is included in the WAR.

Parameters

webXml

The web.xml file. Maybe null.