We are facing issues with long running thread in tomcat . we are
using Tomcat-7.0.47.Tomcat manager shows Current busy threads : 200,
application gets stucked due to these long running threads.
We implemented StuckThreadDetectionValve in server.xml( ), but it could not help out.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Michael,
On 10/4/15 2:03 PM, Michael Greco wrote:
> First time post here.
Welcome!
> Using : Tomcat 8.0.26 JDK1.8.0 update 51 Apache MyFaces 2.2.8.
> Maven build of webapp war file Chrome 45.0.2454.101 m 64 bit
> Windows 7 64 bit
Thanks.
> Tr
On Sun, Oct 4, 2015 at 7:25 PM, Michael Greco
wrote:
> On Sun, Oct 4, 2015 at 2:03 PM, Michael Greco
> wrote:
>
>> First time post here.
>>
>> Using :
>> Tomcat 8.0.26
>> JDK1.8.0 update 51
>> Apache MyFaces 2.2.8.
>> Maven build of webapp war file
>> Chrome 45.0.2454.101 m 64 bit
>> Windows 7
On Sun, Oct 4, 2015 at 2:03 PM, Michael Greco
wrote:
> First time post here.
>
> Using :
> Tomcat 8.0.26
> JDK1.8.0 update 51
> Apache MyFaces 2.2.8.
> Maven build of webapp war file
> Chrome 45.0.2454.101 m 64 bit
> Windows 7 64 bit
>
> Trying to rewrite the entire request body in a filter usin
I think I might know what is going on now. A specific
HttpServletRequestWrapper superclass method is being invoked first
(something other than getInputStream() and getReader()) and my overridden
methods getInputStream() and getReader() of my subclass are not being
invoked because of this, which le
On 04/10/2015 19:32, Justin wrote:
>
> | > Did you read the how to build tc-native page?
>
> Your link requires login to Confluence, so I'm not familiar with any
> of the Windows build process other than what I read about APR and
> what I read in native/BUILDING. Seems a login shouldn't be requir
| > Did you read the how to build tc-native page?
Your link requires login to Confluence, so I'm not familiar with any of the
Windows build process other than what I read about APR and what I read in
native/BUILDING. Seems a login shouldn't be required to read this info.
> do not have a depend
First time post here.
Using :
Tomcat 8.0.26
JDK1.8.0 update 51
Apache MyFaces 2.2.8.
Maven build of webapp war file
Chrome 45.0.2454.101 m 64 bit
Windows 7 64 bit
Trying to rewrite the entire request body in a filter using a http request
wrapper. Not entirely sure if this is the right approach
On 03/10/2015 23:51, Justin wrote:
>> - ensure the changelog is up to date
> Looks like r1681506 could be logged.
Patch please.
>> - versions all correct in source
> $ find . -type f -exec grep '-H' '1\.1\.' '{}' \;...
> ./1.1.x/xdocs/index.xml:...TC-Native-1.1.33 released
> ./1.1.x/xdocs/index.x