Hi,
I’m getting the following message when starting Weblogic 8.1:
“Deployment descriptor “web.xml” is malformed. Check against the DTD: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element ‘web-app’. (line 6, column 52).”
I’ve looked around the forum, but didn’t find a solution. The first few lines of my web.xml look like this:
<?xml version=”1.0″ encoding=”UTF-8″?>
<web-app version=”2.4″
xmlns=”http://java.sun.com/xml/ns/j2ee”
xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”
xsi:schemaLocation=”http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd”>
I didn’t change the file manually. This is what eclipse generated with MyEclipse. Can you please help me out with this?
Thanks!
Emery