Dear [EMAIL PROTECTED], If I recall correctly, discussions on this list have covered that the Struts configuration file is parsed by a parser that knows how to check the .jar file for the DTD IF you specify it as recommended below. IF that does not work, you can change the DTD from PUBLIC to SYSTEM (plus fix a few other things on that PUBLIC line in the DOCTYPE entry) and it should work locally. You can search the struts archives for the extensive discussions on "SYSTEM" dtds.
Regards, David > Try > http://struts.apache.org/dtds/struts-config_1_2.dtd > > In this case, i am not sure, you will use the dtd file contained inside > the "struts.jar" (in particular inside the org/apache/struts/resources > directory). > > > > > <!DOCTYPE struts-config PUBLIC "-//Apache Software > > Foundation//DTD Struts Configuration 1.2//EN" > > "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd"> > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]