Servlet mapping for Flow

Dear,

In Vaadin 8 or before, we need to define servlet mapping in web.xml. Do we need to have the same under Flow technology? If we have mapping definition in web.xml (say /myservlet/*), and have @Route(“image”), what the url should look like to make the application work?

Thanks,
Joey

Have you read the [application lifecycle tutorial]
(https://vaadin.com/docs/v10/flow/advanced/tutorial-application-lifecycle.html)?