Deploying vaadin web application on Glassfish 4.1

I hav edeveloped a sample web application in vaadin and I can run it from Netbeans. Now I want to deploy my vaadin web application on Glassfish 4.1 (WIndows 7) but not sure what is wrong.

I have copied the war file under: C:\Program Files\glassfish-4.1\glassfish\domains\domain1\autodeploy

and all resource jar files under: C:\Program Files\glassfish-4.1\glassfish\domains\domain1\autodeploy\bundles

I get Not Found error message when I try run the application.

Thanks for your help.

Have you already tried deploying it using the GlassFish Admin Console (You might need to uncheck “Implicit CDI” when doing so).
Tried it once with the console and it worked while i never got auto-deploy working without problems with glassfish though i only used it briefly recently for a non-vaadin Project and not at all befor that.