When attempting to run the example source code at the bottom of
http://jakarta.apache.org/commons/httpclient/tutorial.html within
JRun/ColdFusion MX, I get the following error:
[1]org.apache.commons.logging.LogConfigurationException:
java.lang.ClassCastException
at
org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:558)
at
org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:345)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:390)
at
org.apache.commons.httpclient.HttpClient.<clinit>(HttpClient.java:100)
I should note that JRun/ColdFusion MX uses Log4J, so I assume there is some
interaction going on here that is causing the problem.
I'd welcome any suggestions.
Thanks,
Chris