Hello,
I’ve been using MyEclipse for 2 months or so, deploying to Tomcat 6 without any problems. Today deployment broke for some reason. When I try to deploy my application, it ignores all of my files except for the jars in my classpath. The only folder that gets created in the deployment directory is a WEB-INF folder which has a lib and classes folder in it. My WebRoot with all my jsps and other web files don’t get deployed.
Leading up to this, I was messing around with my web.xml file, removed a few jar files from my classpath, trying to configure log4j… I didn’t touch the .mymetadata file or .project
Why would this happen?