Re: why is Tomcat 7 invoking WebSocket protocol?

2015-07-05 Thread Kiran Badi
Thanks Charles for clarification. On Tue, Jun 30, 2015 at 12:47 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Kiran Badi [mailto:ki...@poonam.org] Subject: Re: why is Tomcat 7 invoking WebSocket protocol? I know for sure I am not using websockets in my application

Re: why is Tomcat 7 invoking WebSocket protocol?

2015-07-01 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: why is Tomcat 7 invoking WebSocket protocol? But maybe the solution consists simply in renaming that filter, so that it does not give the mistaken impression that the WebSocket protocol is necessarily being

Re: why is Tomcat 7 invoking WebSocket protocol?

2015-07-01 Thread Konstantin Kolinko
2015-07-01 13:42 GMT+03:00 André Warnier a...@ice-sa.com: Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: why is Tomcat 7 invoking WebSocket protocol? But maybe the solution consists simply in renaming that filter, so that it does not give the mistaken

Re: why is Tomcat 7 invoking WebSocket protocol?

2015-07-01 Thread Ric Bernat
On 7/1/2015 5:44 AM, Konstantin Kolinko wrote: 2015-07-01 13:42 GMT+03:00 André Warnier a...@ice-sa.com: Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: why is Tomcat 7 invoking WebSocket protocol? But maybe the solution consists simply in renaming

Re: why is Tomcat 7 invoking WebSocket protocol?

2015-06-30 Thread Kiran Badi
Hi Mark, Sorry to jumping in But even I have seen this in few of my exception traces though I never use websockets.Some where down the line when exception is thrown wsfilter shows up in traces.I am guessing it should be some kind of exception filter so it bubbles up for exception types

Re: why is Tomcat 7 invoking WebSocket protocol?

2015-06-30 Thread André Warnier
Hi. Sorry to jump in, and to top-post, and maybe make an irreverential comment : But maybe the solution consists simply in renaming that filter, so that it does not give the mistaken impression that the WebSocket protocol is necessarily being used ? Kiran Badi wrote: Hi Mark, Sorry to

Re: why is Tomcat 7 invoking WebSocket protocol?

2015-06-30 Thread Kiran Badi
I know for sure I am not using websockets in my application, but stack trace shows me wsfilter used by tomcat getting called for some reason, Below is one of the stack trace I had in my application, exception was valid but if you look at complete stack trace below we can see exception propagates

RE: why is Tomcat 7 invoking WebSocket protocol?

2015-06-30 Thread Caldarale, Charles R
From: Kiran Badi [mailto:ki...@poonam.org] Subject: Re: why is Tomcat 7 invoking WebSocket protocol? I know for sure I am not using websockets in my application, but stack trace shows me wsfilter used by tomcat getting called for some reason, As it should be. Just for understanding

RE: why is Tomcat 7 invoking WebSocket protocol?

2015-06-30 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: why is Tomcat 7 invoking WebSocket protocol? But maybe the solution consists simply in renaming that filter, so that it does not give the mistaken impression that the WebSocket protocol is necessarily being used ? That can't

Re: why is Tomcat 7 invoking WebSocket protocol?

2015-06-29 Thread Mark Thomas
On 29/06/2015 07:12, Ric Bernat wrote: We have a Jersey application running on Tomcat 7.0.62. In production, 99.9% of our web service calls run quickly (e.g., 100ms), but there are about half a dozen web service calls per hour that take an extraordinary amount of time to complete: 30-120

why is Tomcat 7 invoking WebSocket protocol?

2015-06-29 Thread Ric Bernat
We have a Jersey application running on Tomcat 7.0.62. In production, 99.9% of our web service calls run quickly (e.g., 100ms), but there are about half a dozen web service calls per hour that take an extraordinary amount of time to complete: 30-120 seconds (not ms). We do not use