setContextPath

abstract fun setContextPath(contextPath: String)

Sets the context path for the web server. The context should start with a "/" character but not end with a "/" character. The default context path can be specified using an empty string.

Parameters

contextPath

the contextPath to set