I'm new to web application development and is trying to create a very simple example of allowing user to type in their name, submit it and return the text "hello (name)" to the user.
the text box that allow user to enter their name and the submit button are located in a html file called XmlServletForm.html.
and my servlet class look like this
however, when I type in the url address http://localhost:8084/mavenwebproject/XmlServletForm.html
, the browser display the 404 error message