[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSTL on JBoss 4.0.2

PeterJ do-not-reply at jboss.com
Thu Oct 26 14:44:47 EDT 2006


Make the following changes to your web.xml file:

1) remove the DOCTYPE

2) change webapp to read:

<web-app
  |   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"
  |   version="2.4">


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

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



More information about the jboss-user mailing list