Hi,
In the IDE click on the "Files" tab . Expand your WebApplication directory. For example:
WebApplication1 -> build -> web -> WEB-INF -> classes -> webapplication1 .
You'll see all your class files, including the servlet class file.
This cannot be seen from the projects tab view.
I think the problem you might be facing is in configuring your servlet. Check your web.xml file.