Where are my servlets being stored?

i have created a servelet named authenticateit is stored in the src folder of my projecthowever i dunno wat path is it accesed at wen i run the projectit says cannot find the resource..can anyone tell me where is my servlet being stored and how do i access it
[287 byte] By [Mitzya] at [2007-11-26 19:24:47]
# 1

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.

Rradhikaa at 2007-7-9 21:48:05 > top of Java-index,Development Tools,Java Tools...