Struts 1.2.4 compiled by me doesn't find http://java.sun.com/dtd/web-app_2_3.dtd

2005-04-26 Thread Rodolfo =?iso-8859-1?Q?Garc=EDa_Esteban=2FCYII?=
Hi, I have compiled struts 1.2.4, because I had obtained an error, I put traces in the code of struts, re-compiled and when the application loads in Tomcat I obtain the next error. 2005-04-26 08:47:21,557 ERROR org.apache.struts.action.ActionServlet - The /WEB-INF/web.xml was not found.

Re: Struts 1.2.4 compiled by me doesn't find http://java.sun.com/dtd/web-app_2_3.dtd

2005-04-26 Thread Joe Germuska
Your build is probably not correctly including a copy of the DTD in the JAR. Struts uses commons-digester to read the web.xml to learn the servlet-mapping so that it can properly expand action paths to resolvable URLs. Digester allows you to register local copies of DTDs so as to support