Hi,
I found two possible solutions:
(Found via google: log4j could not parse inputsource no protocol)
1) DTD should be an URL
"java.net.MalformedURLException: no protocol: log4j.dtd"
->
<!DOCTYPE rootElementName SYSTEM="file:///log4j.dtd">
2) Try to disable the DTD parsing
Kill the DOCTYPE declaration in the log4j config file.
The log4j DTD is located in the log4j jar file under
org/apache/log4j/xml/log4j.dtd.
Ciao
Jens Skripczynski
--
E-Mail: skripi-lists(at)myrealbox(dot)com
= We call it art because we have names for the things we understand. =
=============== W. Craig Trader <[EMAIL PROTECTED]> ===============
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]