Hi All ,
I am using Netbeans 7.0.1 with glassfish server . I wrote a
servlet under source package .The web.xml file also has the servlet details mentioned in it .However , when I try to compile the file ...It compiles successfully , but there is no .class file generated under WEB-INF ...because of which when I try to run it ..I get the following error message :
"Class xxx neither has a main method nor it is a servlet defined in web.xml " ...
Please help ...Thanks in advance ...