i created a
java servlet file.. registration.java and compiled it and added the class file in root/web-inf/classes folder..
in the action of the form i used /servlet/registration
but when i try to run the serlvet the page displays a message :
The requested resource (/servlet/Registration) is not available.
where is the bug?
jyotsana