The following exception is thrown
java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [NonLoginAuthenticator[StandardEngine[TomcatEngine-1681743413859].StandardHost[localhost].StandardContext[]]]
Caused by: java.lang.NoSuchMethodError: javax.servlet.ServletContext.getVirtualServerName()Ljava/lang/String;
The issue is caused by BW using the Servlet API JAR from REST/JSON plug-in installation (%BW_PLUGINS_HOME%/lib) instead of the one from %TPCL_HOME%/tomcat/9/lib.