Re: http://struts.apache.org/dtds/struts-2.1.7.dtd NOT FOUND

2009-10-01 Thread Lukasz Lenart
2009/10/1 E Au : > I just migrated my struts 2.1.6 webapp to 2.1.8. My webapp failed to load > because > it couldn't read struts-default.xml which is using > http://struts.apache.org/dtds/struts-2.1.7.dtd. > The dtd is not currently available in that url. Please fill Jira ticket for that, I will

Re: http://struts.apache.org/dtds/struts-2.1.7.dtd NOT FOUND

2009-10-01 Thread Musachy Barroso
there was a change after 2.1.6 to add the plugin load order attribute. musachy On Thu, Oct 1, 2009 at 10:56 AM, Lukasz Lenart wrote: > 2009/10/1 Wes Wannemacher : >> There was a post-2.1.6 change to that dtd, that's why it doesn't >> currently point to 2.1.dtd > > Are you sure? I've just checked

Re: http://struts.apache.org/dtds/struts-2.1.7.dtd NOT FOUND

2009-10-01 Thread Lukasz Lenart
2009/10/1 Wes Wannemacher : > There was a post-2.1.6 change to that dtd, that's why it doesn't > currently point to 2.1.dtd Are you sure? I've just checked struts-default.xml for 2.1.6 and it's pointing to http://struts.apache.org/dtds/struts-2.1.dtd Regards -- Lukasz http://www.lenart.org.pl/

Re: http://struts.apache.org/dtds/struts-2.1.7.dtd NOT FOUND

2009-10-01 Thread Wes Wannemacher
There was a post-2.1.6 change to that dtd, that's why it doesn't currently point to 2.1.dtd On Thu, Oct 1, 2009 at 1:48 PM, Lukasz Lenart wrote: > 2009/10/1 E Au : >> I just migrated my struts 2.1.6 webapp to 2.1.8. My webapp failed to load >> because >> it couldn't read struts-default.xml which

Re: http://struts.apache.org/dtds/struts-2.1.7.dtd NOT FOUND

2009-10-01 Thread Lukasz Lenart
2009/10/1 E Au : > I just migrated my struts 2.1.6 webapp to 2.1.8. My webapp failed to load > because > it couldn't read struts-default.xml which is using > http://struts.apache.org/dtds/struts-2.1.7.dtd. You should point struts.xml to http://struts.apache.org/dtds/struts-2.1.dtd there isn't ve

Re: http://struts.apache.org/dtds/struts-2.1.7.dtd NOT FOUND

2009-10-01 Thread Wes Wannemacher
Are you using tomcat? This crops up from time to time on this list... I'll make sure a copy of that dtd gets pushed out there, there is a better solution (since not every web-app will have access to the 'net). I know it has to do with the jars that come with Tomcat. I am pretty sure that you can ov

http://struts.apache.org/dtds/struts-2.1.7.dtd NOT FOUND

2009-10-01 Thread E Au
I just migrated my struts 2.1.6 webapp to 2.1.8. My webapp failed to load because it couldn't read struts-default.xml which is using http://struts.apache.org/dtds/struts-2.1.7.dtd. The dtd is not currently available in that url. However, struts-2.1.7.dtd file is included in the struts-core-2.1.

Re: DTD not found

2004-08-24 Thread Ron McNulty
ust 24, 2004 5:58 AM Subject: Re: DTD not found > I solved this problem once and for all in my web apps by including the > DTDs directly in the XML files. Now, if it can't be found *there*, it > just wasn't meant to be. > > :) > > Erik > > Ron McNulty wrote: >

Re: DTD not found

2004-08-23 Thread Erik Weber
I solved this problem once and for all in my web apps by including the DTDs directly in the XML files. Now, if it can't be found *there*, it just wasn't meant to be. :) Erik Ron McNulty wrote: I have today migrated my JBoss 3.2.5/Struts 1.1 application to our QA server, which does not have Inte

DTD not found

2004-08-23 Thread Ron McNulty
I have today migrated my JBoss 3.2.5/Struts 1.1 application to our QA server, which does not have Internet access. I am getting an error from the Digester, when looking for tiles-config1_1.dtd. It seems it is trying to read it from http://. Sure enough, turning off Internet access on my dev

Tiles config dtd not found

2004-06-22 Thread Ashwin D
Hi, Our application resides on a machine which does not have a direct connection to the internet. So, I have changed all the references to dtds to be on the local machine. The struts & the tiles config file reference their dtds in the same directory. This works fine with Struts. However, Tile