Kamesh Please take a look at the HttpClient tutorial and the HttpClient exception handling guide:
http://jakarta.apache.org/commons/httpclient/3.0/tutorial.html http://jakarta.apache.org/commons/httpclient/3.0/exception-handling.html Please note these tutorials are based on new HttpClient 3.0 code. The same concepts and principles do apply to HttpClient 2.0 but I would strongly recommend upgrading. Hope this helps Oleg On Mon, Jan 31, 2005 at 09:55:26AM +0530, N V Kameshwara Rao wrote: > > Hi all, > I am a newbie at HttpClient. > I have been trying to implement HttpClient for a Java Web Start > Application. > All goes well but I sometimes keep getting this exception which states > Connection closed by the JVM... > How do I resolve this issue? What does the MethodRetryHandler have to do > with this? > This usually happens when I wait for about a minute or so before > executing the PostMethod > > > Please let me know how I can fix this. > > Thanks in advance, > Rgds, > Kamesh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
