Re: Detect client disconnect in Tomcat

2017-08-23 Thread Grigor Aleksanyan
Hi André, Thanks for your detailed response, I really appreciate your help. I see what you mean and have a couple of more question regarding to this topic. I was looking at possibilities to use Spring framework's evening facilities to register *TcpConnectionClose *events listener in my web

Re: Detect client disconnect in Tomcat

2017-08-23 Thread tomcat
On 23.08.2017 10:52, Grigor Aleksanyan wrote: I see André, thanks for clarifications. By the way, have you noticed my previous email about TcpConnectionCloseEvents of Spring and question about HttpRequests handling in Tomcat? Do you have any thoughts about what I stated there? I would highly

Re: Detect client disconnect in Tomcat

2017-08-23 Thread tomcat
On 23.08.2017 09:43, Grigor Aleksanyan wrote: Hi André, Thanks for your detailed response, I really appreciate your help. I see what you mean and have a couple of more question regarding to this topic. I was looking at possibilities to use Spring framework's evening facilities to register

Re: setting packetSize for ajp connector in embedded tomcat via commandline system property

2017-08-23 Thread Rémy Maucherat
On Tue, Aug 22, 2017 at 7:06 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > If you are using Spring Boot, then you might want to ask the Spring > Boot community. Perhaps someone here can answer your question, but > most of us (myself included) can't. > The idea of that

Re: Detect client disconnect in Tomcat

2017-08-23 Thread Grigor Aleksanyan
Hi Simon, If I understood your approach correctly, then this will work only if I am the one that implements the client, right ? What about cases when client is browser or curl, not my c++ app ? Thank you, -Grigor On Tue, Aug 22, 2017 at 1:13 PM, Simon De Uvarow wrote: >

Re: Detect client disconnect in Tomcat

2017-08-23 Thread Grigor Aleksanyan
I see André, thanks for clarifications. By the way, have you noticed my previous email about TcpConnectionCloseEvents of Spring and question about HttpRequests handling in Tomcat? Do you have any thoughts about what I stated there? I would highly appreciate any information regarding these points.

Re: Detect client disconnect in Tomcat

2017-08-23 Thread tomcat
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 implements the client, right ? What about cases when client is browser or curl, not my c++ app ? Yes, that is one of the issues. Most browsers, after

Re: Detect client disconnect in Tomcat

2017-08-23 Thread Simon De Uvarow
"No olvides, no traiciones, lo que llevas bien dentro de ti. No olvides, no traiciones, lo que siempre te ha hecho vivir." On Wed, Aug 23, 2017 at 8:33 AM, André Warnier (tomcat) wrote: > On 23.08.2017 09:48, Grigor Aleksanyan wrote: > >> Hi Simon, >> >> If I understood your

Refreshing webapps slows server

2017-08-23 Thread Jerry Malcolm
I have a very weird situation.  I have a  staging server and a production server running on the same instance of TC (8.0).  When I'm doing development and testing on the staging server, I'm often replacing jar files and JSPs in the various webapps running on the staging server (I don't

Re: Refreshing webapps slows server

2017-08-23 Thread Mark Eggers
Jerry, On 8/23/2017 9:29 AM, Jerry Malcolm wrote: > I have a very weird situation.  I have a  staging server and a > production server running on the same instance of TC (8.0).  When I'm > doing development and testing on the staging server, I'm often replacing > jar files and JSPs in the various

RE: Refreshing webapps slows server

2017-08-23 Thread Caldarale, Charles R
> From: Jerry Malcolm [mailto:techst...@malcolms.com] > Subject: Refreshing webapps slows server > I have a very weird situation. Actually, it's fairly common. > This is somewhat circumstantial.  But TC will run fine for days and > never hits OutofMemory situations.  But as soon as I start

Re: a question about tomcat thread

2017-08-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, On 8/22/17 10:28 PM, ophusky wrote: > Server version: Apache Tomcat/8.0.35 Server built: May 11 2016 > 21:57:08 UTC Server number: 8.0.35.0 OS Name:Linux OS > Version: 3.2.35 Architecture: amd64 JVM Version:

Re: Multiple authentication methods? Fallback from keycloak saml to basic/form auth?

2017-08-23 Thread tomcat
On 23.08.2017 16:51, ken edward wrote: Hello, I have tomcat value for authentication implemented and working (keycloak saml tomcat adapter). but how can I implement a fallback to form/basic authentication? Can I chain auth valves? Not really my area, but since nobody else seems to respond,

Re: Refreshing webapps slows server

2017-08-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Suvendu, On 8/23/17 3:09 PM, Suvendu Sekhar Mondal wrote: >> On Aug 23, 2017 11:40 PM, "Caldarale, Charles R" >> wrote: >> >>> From: Jerry Malcolm [mailto:techst...@malcolms.com] Subject: >>> Refreshing webapps slows

Re: Multiple authentication methods? Fallback from keycloak saml to basic/form auth?

2017-08-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ken, On 8/23/17 10:51 AM, ken edward wrote: > I have tomcat value for authentication implemented and working > (keycloak saml tomcat adapter). but how can I implement a fallback > to form/basic authentication? Can I chain auth valves? You can

Re: a question about tomcat thread

2017-08-23 Thread Mark Thomas
On 23/08/17 21:17, Christopher Schultz wrote: > To whom it may concern, > > On 8/22/17 10:28 PM, ophusky wrote: >> Server version: Apache Tomcat/8.0.35 Server built: May 11 2016 >> 21:57:08 UTC Server number: 8.0.35.0 OS Name:Linux OS >> Version: 3.2.35 Architecture: amd64 JVM

RE: Refreshing webapps slows server

2017-08-23 Thread Suvendu Sekhar Mondal
On Aug 23, 2017 11:40 PM, "Caldarale, Charles R" wrote: > From: Jerry Malcolm [mailto:techst...@malcolms.com] > Subject: Refreshing webapps slows server > I have a very weird situation. Actually, it's fairly common. > This is somewhat circumstantial. But TC will

Multiple authentication methods? Fallback from keycloak saml to basic/form auth?

2017-08-23 Thread ken edward
Hello, I have tomcat value for authentication implemented and working (keycloak saml tomcat adapter). but how can I implement a fallback to form/basic authentication? Can I chain auth valves? Ken - To unsubscribe, e-mail: