web.xml problem in TOMCAT?
When I start up TOMCAT I get the following error message:
org.xml.sax.SAXParseException: Element type "web-app" is not declared.
I am using web.xml files of the type
<web-app amlns="http://java.sun.com/xml/ns/j2ee" etc...
If I change the web.xml file to the type that references the DTD then I get no error message but my JSP's don't work.
Any clues???
Cheers
|