Hey All,
I am running the example code in the Head First
Servlet book, specifically the BeerSelect version 3. I checked and re-checked my directory structure and the code and it all seems correct. Nevertheless, when running the code, I get the following error message:
Now, in the first line it says "org.apache.jasper.JasperException: org.apache.jasper.JasperException: XML parsing error on file /WEB-INF/web.xml: (line 5, col 16)
"
Below is my XML file
Line 5 would be "version="2.4">" and I don't see any mistakes in that line.
Then "org.xml.sax.SAXParseException: The prefix "xlmns" for attribute "xlmns:xsi" associated with an element type "web-app" is not bound." I am really kind of lost here as I am new to servlets. If somebody could give me some advice on how to resolve this, I would really appreciate it.
Thanks,
alex