Vaadin and Google Verification

Hello!

I have a vaadin app (http://myapp.com) on Tomcat 7. To register it with Google, I need to place a verification file googleBlaBla.html to the server, so that it is available via http://myapp.com/googleBlaBla.html.

I tried to put it into the webapps/myapp and webapps/myapp/WEB-INF folder.

This didn’t help.

What do I need to do in order for the verification file to be available under http://myapp.com/googleBlaBla.html ?

TIA

Dmitri

Put it under your
WebContent
folder.

Thanks!