resource not available: servlets
I cannot figure out why my servlets will not be recognized by the server. They are all saved in WEB-INF/classes directory. they are of .class type. I even took the comments off that were around the invoker. No matter what I do I get this:
The requested resource (/servlet/HelloWorld) is not available.
I dont know what else can be wrong!
HELP!
thanks
|