I have tried building my application in eclipse although it reports no errors, there are no classes created in the WEB-INF/classes folder so the application cannot find any servlets. Is there anywhere i can check for build errors or why it is not compiling my servlets?
First open up your project properties, go to MyEclipse-Web, what is your WebRoot dir set to?
Next go to your Java Build Path and the Source tab, what are your source folder(s) set to? What is your Output folder set to?