Thanks Jens.
1.) works...
how do you kill doctype declaration as your point 2.) says?
Is there no way we can solve this problem without copying log4j.dtd in our
m/c AND without killing doctype declaration?There shld be a way because it
was working fine in previous versions....



-----Original Message-----
From: Jens Skripczynski [mailto:[EMAIL PROTECTED]
Sent: Monday, June 14, 2004 6:01 PM
To: Tomcat Users List
Subject: Re: log4j/JDBC driver problem


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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to