I have the same problem, if I have a DTD mydefn.dtd
And withing XML file I reference it in XML file as follows
<!DOCTYPE mydefn SYSTEM "dtd/mydefn.dtd">
1) In case of a
Java Application, if I place the mydefn.dtd in dtd folder at the root of my application. It works.
2) In case of a Java Web Application it tries to look for mydefn.dtd in bin directory of
Tomcat .....\jakarta-tomcat-5.5.7\bin\dtd\module-config.dtd
What steps to I need to take in my web application to teach it to looking into a some location under the deployment directory ??