Modify web.xml in production war file

2019-07-12 Thread Grigor Aleksanyan
Hi Everyone, We have been shipping web application with war packaging in our production builds which contains a web.xml with few security sections. This web.xml defines security constraints that are in most cases not what the final deployment uses. This means that to update the war we need to

Re: Detect client disconnect in Tomcat

2017-08-23 Thread Grigor Aleksanyan
. Thank you, -Grigor On Wed, Aug 23, 2017 at 9:33 AM, André Warnier (tomcat) <a...@ice-sa.com> wrote: > On 23.08.2017 09:48, Grigor Aleksanyan wrote: > >> Hi Simon, >> >> If I understood your approach correctly, then this will work only if I am >> the one that

Re: Detect client disconnect in Tomcat

2017-08-23 Thread Grigor Aleksanyan
wrote: > "No olvides, no traiciones, lo que llevas bien dentro de ti. No olvides, no > traiciones, lo que siempre te ha hecho vivir." > > On Tue, Aug 22, 2017 at 11:36 AM, André Warnier (tomcat) <a...@ice-sa.com> > wrote: > > > On 22.08.2017 10:50, Grigor Aleksan

Re: Detect client disconnect in Tomcat

2017-08-23 Thread Grigor Aleksanyan
, and this somehow should be visible in Tomcat (let's first assume there are no middleware proxies )? What do you think, do I miss something ? Thank you, -Grigor On Tue, Aug 22, 2017 at 12:36 PM, André Warnier (tomcat) <a...@ice-sa.com> wrote: > On 22.08.2017 10:50, Grigor Aleksanyan wrote

Detect client disconnect in Tomcat

2017-08-22 Thread Grigor Aleksanyan
Hi, I have a web application (.war file) running under *apache-tomcat-7.0.52*. It is a proxy application between my c++ client and server apps. Once HTTP request (from the client) is received by web application, it propagates request to the server and sends response back to the client once it is