>> The question I have is - what do you do with the file after the GET? You'd
>> have to store it in the local file system and point Log4J to it before
>> your app actually starts up.
> 
> You can tell Log4j to load a config file by doing the following:
> LogManager.resetConfiguration();
> DOMConfigurator.configure(new URL("http://host:8080/log4j.xml";));

Oh. OK. Why don't you just do that?  :-)


Reply via email to