Re: Issue with Async Servlet onTimeout

2013-02-26 Thread Sumit Bhardwaj
Sure Chris, would try with 7.0.37 Thanks, Sumit On Wed, Feb 27, 2013 at 11:42 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sunit, On 2/26/13 8:05 PM, Sumit Bhardwaj wrote: Hi, I am using AsyncContext for implementing

Re: Issue with Async Servlet onTimeout

2013-02-27 Thread Sumit Bhardwaj
are there any detailed examples of implementation of AsynListener? Thanks, Sumit On Wed, Feb 27, 2013 at 11:52 AM, Sumit Bhardwaj sumit.bhard...@gmail.comwrote: Sure Chris, would try with 7.0.37 Thanks, Sumit On Wed, Feb 27, 2013 at 11:42 AM, Christopher Schultz ch...@christopherschultz.net

High CPU Usage with Tomcat 9 in SSL

2019-07-12 Thread Sumit Bhardwaj
Hi, We are using tomcat 9.0.14,and we are running some performance tests for our application. What we have observed is that 1- CPU usage of tomcat is less than 10%, when using tomcat without SSL for a week. 2. CPU Usage is around 20% and it keeps growing after a day to 40% and keeps increasing

Re: High CPU Usage with Tomcat 9 in SSL

2019-07-12 Thread Sumit Bhardwaj
lt; ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Sumit, > > On 7/12/19 08:30, Sumit Bhardwaj wrote: > > Hi, > > > > We are using tomcat 9.0.14,and we are running some performance > > tests for our application. > >

Re: High CPU Usage with Tomcat 9 in SSL

2019-07-15 Thread Sumit Bhardwaj
ood at optimizing it Is there a way to control/reduce the CPU usage by some configuration changes? Best Sumit On Sat, Jul 13, 2019 at 12:51 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Sumit, > > On 7/

Security vulnerabilities with tomcat 9

2019-07-20 Thread Sumit Bhardwaj
Hi, We are using tomcat 9 and getting following two vulnerabilities in security scans. Cookie Does Not Contain The "secure" Attribute (1) Cookie Does Not Contain The "HTTPOnly" Attribute (1) We have done things mentioned in https://geekflare.com/secure-cookie-flag-in-tomcat/ true true and

Re: Global Error Handling

2019-12-03 Thread Sumit Bhardwaj
Thanks Guys. I will check out the options and get back. Best Sumit On Wed, Dec 4, 2019 at 4:18 AM Mark Thomas wrote: > On 03/12/2019 17:15, Peter Kreuser wrote: > > Am 03.12.2019 um 14:31 schrieb Mark Thomas : > > > >> 1. Deploy a ROOT web application with appropriate error page > >>

Global Error Handling

2019-12-03 Thread Sumit Bhardwaj
, Is there someway we can handle errors at global level on tomca.t We are using tomcat 9.0.24. Thanks for your help. Best Sumit Bhardwaj