Static Content in Deployment

Hi,

I think I have a problem deploying my app.
After running the ANT-Script I have the following content in the war-file:

  • frontend/
  • META-INF/
  • WEB-INF/
  • index.html (for testing purpose)

After deployment to the server no Vaadin-Pages can be shown because it misses files in /VAADIN/static/…

Where do I get this content?

Best regards Daniel