Re: HTTP communication

2016-02-01 Thread Christopher Schultz
he only way to do it. Presumably, you can catch the heartbeat failure? Under that condition, take appropriate action. - -chris > On 29/01/16 16:04, "Christoph Nenning" > wrote: > >>> I have a problem with my java application related to HTTP >>> communic

Re: HTTP communication

2016-02-01 Thread Maxim Neshcheret
dré Warnier (tomcat): >> On 28.01.2016 18:38, Maxim Neshcheret wrote: >>> I have a problem with my java application related to HTTP >>>communication. >>> >>> Application description: >>> >>> 1. Client – server. Server is running in servlet c

Re: HTTP communication

2016-02-01 Thread Maxim Neshcheret
Hi Christoph There is such option in my app (heartbeats from server to client) but I’m curious why connection becomes stale if I don’t send any heartbeats. On 29/01/16 16:04, "Christoph Nenning" wrote: >> I have a problem with my java application related to HT

Re: HTTP communication

2016-02-01 Thread Maxim Neshcheret
t;André Warnier (tomcat)" wrote: >On 28.01.2016 18:38, Maxim Neshcheret wrote: >> I have a problem with my java application related to HTTP communication. >> >> Application description: >> >> 1. Client – server. Server is running in servlet container. W

Re: HTTP communication

2016-01-29 Thread Olaf Kock
dpoint to assume it's open. It has no effect on any of the components in between the endpoints. Olaf Am 29.01.2016 um 09:33 schrieb André Warnier (tomcat): > On 28.01.2016 18:38, Maxim Neshcheret wrote: >> I have a problem with my java application related to HTTP communica

Re: HTTP communication

2016-01-29 Thread Christoph Nenning
> I have a problem with my java application related to HTTP communication. > > Application description: > > 1. Client – server. Server is running in servlet container. We > use Tomcat. > > Client use java HTTP library to communicate with the server. > >

Re: HTTP communication

2016-01-29 Thread tomcat
On 28.01.2016 18:38, Maxim Neshcheret wrote: I have a problem with my java application related to HTTP communication. Application description: 1. Client – server. Server is running in servlet container. We use Tomcat. Client use java HTTP library to communicate with the server. 2

HTTP communication

2016-01-28 Thread Maxim Neshcheret
I have a problem with my java application related to HTTP communication. Application description: 1. Client – server. Server is running in servlet container. We use Tomcat. Client use java HTTP library to communicate with the server. 2. When client establish connection to the server