>Actually, this brings me to another question: how can I give a static >reference to a local DTD in the XML configuration file? Something like a >relative path. I tried this: > ><!DOCTYPE log4j:configuration SYSTEM "file://../config/log4j.dtd">
>but no luck. You can use the following: <!DOCTYPE log4j SYSTEM "log4j.dtd"> It will find the dtd in the log4j.jar as a resource. At least it works for on my system. -Mark -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>