Re: HTTP communication

2016-02-01 Thread Maxim Neshcheret
va 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.

Re: HTTP communication

2016-02-01 Thread Maxim Neshcheret
rnier (tomcat)" <a...@ice-sa.com> 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 conta

Re: HTTP communication

2016-02-01 Thread Maxim Neshcheret
> 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 >>&

Re: HTTP communication

2016-02-01 Thread Christopher Schultz
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" > <christoph.nenn...@lex-com.net> wrote: > >>> I have a problem with my java application related to H

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 Olaf Kock
. 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 communication. >> >> Application

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