Open GoogleCodeExporter opened 9 years ago
When creating a project using JAVAEE6, so when the generated web.xml file is
this:
<web-app version="3.0"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
The definition of weblogic11g does not support web-app_3_0.xsd. So wrong.
To the following OK:
<web-app version="2.5"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
Original comment by parmar.m...@gmail.com
on 13 Feb 2015 at 8:56
Original issue reported on code.google.com by
irfan.n...@gmail.com
on 6 Dec 2012 at 9:50