anonymous wrote : Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: The co | ntent of element type "web-app" must match "(icon?,display-name?,description?,di | stributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-m | apping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,res | ource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,e | nv-entry*,ejb-ref*,ejb-local-ref*)". @ vfszip:/E:/jboss-5.0.1.GA/server/default/ | deploy/webtest.war/WEB-INF/web.xml[114,11] |
Looks like the contents of your web.xml are incorrect. JBossAS-5 is more stricter in xml verification. You will have to fix the web.xml. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4229263#4229263 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4229263 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
