Looks like a simple versioning error to me; you're doctype declaration:
> > "-//Apache Software Foundation//DTD Struts Configuration
1.3//EN"
> "http://jakarta.apache.org/struts/dtds/struts-config_1_3.dtd";>
But you said:
> But, the struts-config_1_3.dtd is not in the struts
Well, the DTD files are identical, only the URLs are different so I
don't expect the outcome to be any different
And it turns out it's not. Changing the URL does not prevent Tomcat
from going out and trying to retrieve the DTD even though I've added it
to the JAR file.
Any other ideas?
Does it work if you use the DTD it says to use?
http://struts.apache.org/dtds/struts-config_1_3.dtd";>
Dave
--- Adam Gordon <[EMAIL PROTECTED]> wrote:
> Last night, our company had a maintenance window whereby Internet access
> was shut off from our office to the outside world. During that ti
Last night, our company had a maintenance window whereby Internet access
was shut off from our office to the outside world. During that time I
was doing development and attempted to start up our web app in a
development environment.
I've not seen this error in almost 2 years but it's apparent
4 matches
Mail list logo