Can anyone help...
I have coded the ExampleServlet in Chap 13 just it is in the book, but I get the dreaded "The requested resource (/begjsp-ch13/servlet/com.wrox.servlets.ExampleServlet) is not available." error.
I have confirmed my class path is properly set. I was under the impression that I needed a web.xml file to map servlets, but to this point in the chapter nothing about that is mentioned.
Can anyone shed light on this for me? Is there an error in the text?
Thanks for any help!