Hi, I've upgraded to HttpComponents in my application http://hc.apache.org/ since Commons HttpClient 3.x is nearing the end of life. All my cactus tests are failing with the exception, java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod. Is there a way to get cactus running with HttpComponents? I doubt it's safe to have both HttpComponents and HttpClient 3.x in my classpath. Please help.
Thanks, Cory