Hellow
I am implemented the class DOMConfigurator.configure(url) in my program, but
when executing the application falls and i can't capture the error, However
when I eliminate the line works.
nevertheless if exempt him the line where this defined call to this class
the application if it works. I am using: jakarta-tomcat-4.1.30 and
Xerces-J-bin.2.8.0.
Example:
//I form the URL
URL url =
Thread.currentThread().getContextClassLoader().getResource("oiLogJ.xml");
if(url!=null){
try {
DOMConfigurator.configure(url); //This does not work
} catch (Exception fcerr) {
}
}
Thanks
Zulema
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]