Greg Brown wrote:
> 
> 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";));
-- 
View this message in context: 
http://apache-pivot-users.399431.n3.nabble.com/Help-understanding-classpaths-codebase-with-applets-tp914940p915504.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Reply via email to