thanks felipe,

i have got it running. but i had to comment out the following lines:

import org.apache.commons.httpclient.params.HttpMethodParams;
// this package was not resolved

method.getParams().setParameter(HttpMethodParams.RETRY_HANDLER, 
                new DefaultHttpMethodRetryHandler(3, false));

and getParams() was in that class

do you know why this is happening. i have the
commons-httpclient2.0-alpha2.jar as you told me to download.

kaushal


On Mon, 20 Dec 2004 16:30:37 -0200, Felipe Leme <[EMAIL PROTECTED]> wrote:
> Kaushal,
> 
> Cactus uses httpclient 2.0; please try that version instead.
> 
> -- Felipe
> 
> 
> On Mon, 2004-12-20 at 16:05, Kaushal Zagade wrote:
> 
> > i have downloaded the commons-logging-api.jar and the
> > commons-httpclient-3.0.alpha2.jar and put them in the lib directory
> > and the classpath of my java project as mentioned.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to