I would like to validate XML files packaged inside my webapp with
local DTD files. When I specify dtd file as SYSTEM location, weblogic
server tries to look in the domain directory for the dtd file. I will
like to package the DTD file in the war file itself. Is there any way
to specify that the DTD is inside WEB-INF ?
Regards.