Are you familiar with XML and DTDs? The error is telling you that your XML does not 
match the DTD.

Looking at what you've posted I can see that you're doing something like this:

declare servlet
declare servlet-mapping
declare servlet
declare servlet-mapping
...

This is not correct - if you look at the DTD all the servlets have to be declared 
first, and then the mappings. So if you shuffle around your web.xml it should work.

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

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


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to