[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: both deployment methods fail - WAR and exploded in J5GA

jaikiran do-not-reply at jboss.com
Thu Jan 22 04:17:18 EST 2009


This one is incorrect:

<web-app version="2.4" 
  | 	xmlns="http://java.sun.com/xml/ns/j2ee http://java.sun.com/j2ee/dtds/web-app_2_2.dtd" 
  | 	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">


Try this instead

<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">




View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203903#4203903

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203903



More information about the jboss-user mailing list