Hello, I noticed that in TomcatWsRegistry's constructor the first service with engine container is used to initialize the registry. And after that in the setWsContainer this engine is used to search for the contextRoot of the application being deployed. However, it is a valid scenario to have more than one service and more than one engine. And if the application gets deployed on an engine different from the first one, which is taken in the constructor, then the deployment of the application fails with "Could not find web application context <context_root> in host <host>", because it is searched in the engine where it is not located. Is this the expected behavior?
Kind regards, Lazar
