Google HTML site Validation for Vaadin

If you have servlet-mapping /*, the request for the HTML file is passed to the servlet.

The basic solutions are. 1) Map the servlet to a sub-url, such as /myapp/* (in which case map also /VAADIN/* to the servlet), 2) serve the HTML file from the application using an URIHandler.