The error message contains the answer to your problem: -

anonymous wrote : See Servlet Spec 2.3, section 9.7.2. Offending class: 
javax/servlet/Servlet.class

This section of the specification says that a web application is not allowed to 
override J2SE or J2EE classes e.g. classes in the java.* and javax.* namepsaces.

You have included 'javax.servlet.jar' in your war so as the war is validated it 
looks as if you have attempted to override 'javax/servlet/Servlet'.

The solution is to remove the jar from your archive.

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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to