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 development box produces the same error. This DTD is in struts.jar, and I have tried dropping copies in all sorts of places to no avail. Some digging about on Google confirmed this is a problem, but was fixed in a nightly build in July 2002!. About the only slightl non-standard config of my app is to put all taglibs in WEBINF/taglib. web.xml has been updated to suit. Can anyone throw some light o this? Ron McNulty