RE: Performance issue 8.5.20 (metaspace related?)

2017-08-29 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Performance issue 8.5.20 (metaspace related?) > > > That sounds like a healthy behavior to me. That means GC is > > > occurring and Metaspace is getting cleaned up. Why do you think > > > Metaspace is the problem?

Re: Performance issue 8.5.20 (metaspace related?)

2017-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrea, On 8/29/17 8:09 AM, Ing. Andrea Vettori wrote: >> On 29 Aug 2017, at 12:29, Suvendu Sekhar Mondal >> wrote: >> >> On Tue, Aug 29, 2017 at 2:54 PM, Ing. Andrea Vettori >> wrote: >>> - with a

Re: applicatio shared path is not working on tomcat8 version

2017-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Naga, On 8/29/17 1:21 PM, Naga Ramesh wrote: > At present application configured on one of app server and jars > located on different server. > > So we have shared the jars folder and given the shared path of > classpath on tomcat end. Last

Re: AuthenticatorBase.getJaspicProvider taking most time

2017-08-29 Thread Venkata Pavan Kumar Sannisetty
I have tried with 8.5.15 still experiencing the same issue. I have seen this particular piece of code getting changed from 8.5.11 to 8.5.15. But hitting the same issue, On 29 August 2017 at 23:11, Mark Thomas wrote: > On 29/08/17 17:27, Venkata Pavan Kumar Sannisetty wrote: >

Re: AuthenticatorBase.getJaspicProvider taking most time

2017-08-29 Thread Mark Thomas
On 29/08/17 17:27, Venkata Pavan Kumar Sannisetty wrote: > Hi, > > Our Application is running on Tomcat 8.5.11 with Java Security Manager. We > see a huge difference in performance dip with tomcat when Java security > manager is enabled. The test uses Jmeter and measures the throughput. Using >

RE: applicatio shared path is not working on tomcat8 version

2017-08-29 Thread Naga Ramesh
Chris, At present application configured on one of app server and jars located on different server. So we have shared the jars folder and given the shared path of classpath on tomcat end. But in tomcat 7 version is working fine but same shared path of jars classpath it's not working on

AuthenticatorBase.getJaspicProvider taking most time

2017-08-29 Thread Venkata Pavan Kumar Sannisetty
Hi, Our Application is running on Tomcat 8.5.11 with Java Security Manager. We see a huge difference in performance dip with tomcat when Java security manager is enabled. The test uses Jmeter and measures the throughput. Using JVisualVM provided few bottlenecks in our application as well as with

Re: Tomcat 8.5.16 cuts end of body after 10485761 bytes

2017-08-29 Thread Simon De Uvarow
Hi, "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 29, 2017 at 11:42 AM, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > Am 29.08.2017 um 04:44 schrieb Simon De Uvarow: > >> Hi, I have to

Re: Performance issue 8.5.20 (metaspace related?)

2017-08-29 Thread Mark Thomas
On 29/08/17 13:09, Ing. Andrea Vettori wrote: >> On 29 Aug 2017, at 12:29, Suvendu Sekhar Mondal wrote: >> >> On Tue, Aug 29, 2017 at 2:54 PM, Ing. Andrea Vettori >> wrote: >>> - with a fresh started tomcat instance, the time it takes is around 0,8 >>>

Re: Performance issue 8.5.20 (metaspace related?)

2017-08-29 Thread Ing. Andrea Vettori
> On 29 Aug 2017, at 12:29, Suvendu Sekhar Mondal wrote: > > On Tue, Aug 29, 2017 at 2:54 PM, Ing. Andrea Vettori > wrote: >> - with a fresh started tomcat instance, the time it takes is around 0,8 >> seconds. Most of the time is spent on the two RMI

Re: applicatio shared path is not working on tomcat8 version

2017-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Naga, On 8/28/17 12:38 PM, Naga Ramesh wrote: > Chris, We don’t have the context file on app/WEB-INF path You need to create a new one. > , that’s why we have done on /tomcat/conf/context.xml file. You have modified the defaults for the whole

Re: Tomcat 8.5.16 cuts end of body after 10485761 bytes

2017-08-29 Thread Felix Schumacher
Am 29.08.2017 um 04:44 schrieb Simon De Uvarow: Hi, I have to respond a big json file: return Response.status(Status.OK).entity(new SimpleDataMessageResponse("TASK_FINISH", str)).build(); The tomcat logs correctly the size in the access log file: 127.0.0.1 - - [29/Aug/2017:02:26:07 +]

Re: Performance issue 8.5.20 (metaspace related?)

2017-08-29 Thread Suvendu Sekhar Mondal
Hello, On Tue, Aug 29, 2017 at 2:54 PM, Ing. Andrea Vettori wrote: > Hello, > W're running several instances of Tomcat 8.5.20 / JDK8.144 / CentOs7 on our > company for various web sites in many hosts. Recently I’m trying to > understand a performance problem we’re having

TomcatCon London 2017

2017-08-29 Thread Mark Thomas
All, TomcatCon London 2017 is now 4 weeks away. Tickets sales have been stronger than expected so if you haven't yet booked your tickets, now would be a great time to do so to avoid disappointment: https://www.eventbrite.com/e/tomcatcon-london-2017-tickets-36683639754 TomcatCon London will be

Performance issue 8.5.20 (metaspace related?)

2017-08-29 Thread Ing. Andrea Vettori
Hello, W're running several instances of Tomcat 8.5.20 / JDK8.144 / CentOs7 on our company for various web sites in many hosts. Recently I’m trying to understand a performance problem we’re having on our e-commerce web site. The configuration is the following HAProxy <—> 2x Tomcat 8.5.20 <—>