I'm using Java persistence and deploying on Tomcat, but I get an error saying "No Persistence provider for EntityManager named WorxVaultWeb" when running application. Source of this problem is that Tomcat is not deploying META-INF folder and persistence.xml. When I add it manually to deployement location, everything works fine.
Why is this happening, and how can I make Tomcat deploy those files.