All,
After (struggled) successfully installing Tomcat, I started to re create BeeServlet (code is given) from the assignment. I am not familiar with XML so i did some research online. I created an web.xml file and put it under
C:\tomcat\apache-tomcat-8.0.12\webapps\bee\WEB-INF
The web.xml i created has the following code:
However, when I ran tomcat and directed my browser to
http://localhost:8080/bee/BeeServlet
I received the following message..
HTTP Status 404 - /bee/BeeServlet
message /bee/BeeServlet
description The requested resource is not available.
I have the compiled BeeServlet class on
C:\tomcat\apache-tomcat-8.0.12\webapps\bee\WEB-INF\classess
Is there anything wrong with my web.xml? Do I need anything else?
Thank you in advance.
Gary