Try to put your servlet directly under Web-inf/classes
instead of put it in your pkg coreservlets.
See if it works.

As my exp, I usually create the package under webapps,
then Web-inf/classes is directly under that directory.
 All servlets are placed under classes.
then go to URL:
localhost:8080/pkg_name/servlet/servlet-name

I think I had a similar problem when not putting a
servlet in the class directory but in another dir
which is under class dir.

Hope this helps.


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to