Hi
I installed
Tomcat 5.5 in C:\Tomcat 5.5 folder on windows xp platform and tried to run a simple html file ( This is from the book �Head First
Servlets and
JSP page 75-77) using a browser connecting to an address �http://localhost/webapps/Beer-v1/form.html�. I got the error message �HTTP Status 404� .Could you help me to correct the same.
1) Tomcat service is started after copying the form.html and web.xml files ( I could access
http://localhost/servlets-examples/servlet/HelloWorldExample )
2) form.html (given below) is copied in C:\Tomcat5.5\webapps\Beer-v1\ and web.xml is copied in to C:\Tomcat 5.5\webapps\Beer-v1\WEB-INF ( Beer-v1 and Beer-v1\WEB-INF are created by me)
Web.xml is given below
Form.html is given below
Thanks
Sasikumar