Oracle WAR file deployment files missing
I'm using maven to build wars (in eclipse, or from the command line), and then deploying to a local webserver or a remote webserver. If I look in the WAR file, there are subfiles in the WEB-INF\classes folder, but when deployed these files are missing or not present. Anyone know what I'm doing wrong and how to fix it? When deployed through eclipse to the eclipse internal server it appears to work fine, it's just the local server and remote server that aren't working. I'm not using a deployment plan or anything strange.
Thanks,
-G