webModule

abstract fun webModule(path: String, contextRoot: String): DeploymentDescriptor(source)

Add a web module to the deployment descriptor.

Return

this.

Parameters

path

The path of the module to add.

contextRoot

The context root type of the web module.