Re: Problems fetching struts-config DTD

2006-05-11 Thread Craig McClanahan
On 5/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi! I have a Struts webapp with a struts-config.xml that starts with the usual http://struts.apache.org/dtds/struts-config_1_3.dtd";> Which version of Struts are you trying to use this with? Since you are asking for version 1.3 of

Re: Problems fetching struts-config DTD

2006-05-11 Thread Sunil_Sahu
ruts Users Mailing List To user@struts.apache.org cc Subject Problems fetching struts-config DTD Hi! I have a Struts webapp with a struts-config.xml that starts with the usual http://struts.apache.org/dtds/struts-config_1_3.dtd";> So when the web application is started Struts

RE: Problems fetching struts-config DTD

2006-05-11 Thread Shoukat, Faisal
U could use a classpath entity resolver and put the dtd in a jar on the path -Original Message- From: A. Alonso Dominguez [mailto:[EMAIL PROTECTED] Sent: 11 May 2006 11:25 To: Struts Users Mailing List Subject: Re: Problems fetching struts-config DTD Take a look to the possible

Re: Problems fetching struts-config DTD

2006-05-11 Thread A. Alonso Dominguez
Take a look to the possible configurations of commons-digester, the ActionServlet fallsback to that library when it loads all the struts-config.xml files for your webapp. A working solution is to remove the DOCTYPE reference in the xml files. Alonso 2006/5/11, [EMAIL PROTECTED] <[EMAIL PROTECTE

Problems fetching struts-config DTD

2006-05-11 Thread strutsniklas
Hi! I have a Struts webapp with a struts-config.xml that starts with the usual http://struts.apache.org/dtds/struts-config_1_3.dtd";> So when the web application is started Struts goes out to struts.apache.org to try to fetch the DTD file. This is becoming a problem since the Internet can't