Hmm, it looks like jbossweb-tomcat55.sar is pretty lenient about invalid 
web.xml files.

The java.lang.ClassNotFoundException only appeared when I tried to deploy 
jboss-ws4ee.war with jbossweb-jetty.sar (built from jetty-5.1.4rc0).
Tomcat deployed the war file without so much as a warning.

Also, Jetty complained about the lack of a proper DOCTYPE entry.
Could a DOCTYPE entry for jboss-ws4ee.war/WEB-INF/web.xml be added?

e.g.

<!DOCTYPE web-app PUBLIC
  |    "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
  |    "http://java.sun.com/dtd/web-app_2_3.dtd";>

Thanks!

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to