Hello, > When i invoke releaseConnection method at end program. But system throw > an java.lang.IllegaStateException: Connection is not open!!!
Do not release the connection at the end of the program. Release the connection after each request you execute, as shown in the tutorial. http://jakarta.apache.org/commons/httpclient/tutorial.html cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
