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