Unless I put META-INF in the root, context.xml along with the resources defined (queues, jdbc connection pool, etc) are not read correctly and Spring throws exceptions during start up.
Now I end up with two META-INF folders, I need one on the classpath (WEB-INF/classes/META-INF) due to persistence.xml.
Is is okay to have two META-INF's? I always configured resources in Spring's applicationContext so didn't notice before.
Thanks.