I thought that if there is:
getClass().getClassLoader().getResource("log4j.properties")
there also woulb be:
getClass().getClassLoader().setResource("log4j.properties")

I was so wrong.

How do I point the httpClient to my properties file? I thought that's why
the line log4j.logger.org.apache.http=DEBUG was for in the first place...

Reply via email to