I have a question hopping you can help: when "log4j.properties.web.xml" is a configuration file for log4j and I use
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd" [!ENTITY include SYSTEM "include.xml"]> <log4j:configuration debug="true"> ...... &include; ...... <log4j:configuration> and I use tomcat web container Then why do I get no error by parsing this file when restart tomcat, but the contents of the included xml part is seemly not red, since I get errors conc. missing the lines I put into include.xml :-( And another question is: The configuration file "log4j.properties.web.xml" is stored in /classes directory which is automatically added to path starting tomcat. But the included file is not searched anywhere but exactly in log4l.jar->/org/apache/log4j/xml directory. I would like to store my included files in an arbitrary set directory added to the current path... I ask you for brief explanation, if possible. Jola -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
