Understanding Keepalive

2008-04-01 Thread Aaron Shettleroe
I'm using a packet sniffer to determine if keepalive is working. It seems that the keepalive functionality has only a small window before the server will close the connection. I'm using Oracle Application Server 10g which is built on Apache 1.3. Keepalive is on by default and the log shows that

Timeout on App Server - That goes away after restart

2008-04-01 Thread Jonathan Hager
We are using HttpClient (3.x) on an application server to call a web service. This code has been deployed for over a year. Yesterday, after the application server had been running for 12 days, we started getting connection time out errors. Restarting the application server fixed the issue. My

Re: html form code name value pair example

2008-04-01 Thread Oleg Kalnichevski
On Sat, 2008-03-29 at 22:27 -0700, Corey Lundon wrote: Is my problem that my Login is based on javascript and HttpClient doesn't execute javascript like a browser does. So is what I am doing impossible. Corey No, it is not impossible. You just need to manually simulate the effect of a form