RE: log4j.dtd not found ?

2002-11-21 Thread Clive Beavis
Thank you That helped. Its fixed now Regards Clive Beavis 650 464 2604 -Original Message- From: Koes, Derrick [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 5:54 AM To: 'Log4J Users List' Subject: RE: log4j.dtd not found ? Is the SYST

RE: log4j.dtd not found ?

2002-11-21 Thread Koes, Derrick
] Subject: log4j.dtd not found ? I have a weblogic 7 application making extensive use of Log4j (1.2.6). I am attempting to convert the configuration properties file over to XML I have done this and it works, including finding the log4j.dtd. however during initialization I still get the message

log4j.dtd not found ?

2002-11-20 Thread Clive Beavis
I have a weblogic 7 application making extensive use of Log4j (1.2.6). I am attempting to convert the configuration properties file over to XML I have done this and it works, including finding the log4j.dtd. however during initialization I still get the message "log4j:ERROR Could not find [log4j

Re: log4j.dtd not found

2001-04-19 Thread Ceki Gülcü
then when calling >DomConfigurator.configure(), I get the exception: >>>> >org.xml.sax.SAXParseException: File "log4j.dtd" not found. >>>> >I have tried: >- Putting log4j.dtd in the same directory as the XML file >- Putting it in the servlet's classp

log4j.dtd not found

2001-04-19 Thread Charles de Villiers
Hi, I'm trying to use the XML config file support for LOG4J, in a servlet (Orion server on Win2K). The server finds the config file itself, but then when calling DomConfigurator.configure(), I get the exception: >>> org.xml.sax.SAXParseException: File "log4j.dtd" not