Issue while Configuring SSL in tomcat6

2015-05-03 Thread jairaj kamal
Hello, I created a keystore via Keytool, CSR file and received below root and intermediate certificates. I have got both TestRoot.cer TestCA.cer certificates imported in keystore via keytool but still in browser it shows in red and looks issue with certificate is not resolved yet. Do i need to

High cpu on Tomcat 8

2015-05-03 Thread Greg Huber
Hello, After an upgrade to Tomcat 8.0.21 and (Oracle jdk1.8.0_40) I seem to be having an erratic high cpu issue, often when the server gets busy. The application was OK tomcat 7 and has not been modified since the upgrade. I use mod_jk / apache # # workers.properties # # Define 1 real worker

Re: High cpu on Tomcat 8

2015-05-03 Thread Greg Huber
Thanks for the reply, I will up the memory on the heap space and have another go with the profiler if happens again. When I was looking at the thread dumps there were no other active threads other than the ajp-apr-8009-Poller so maybe it is only a memory issue. Cheers Greg. On 3 May 2015 at

RE: High cpu on Tomcat 8

2015-05-03 Thread Caldarale, Charles R
From: Felix Schumacher [mailto:felix.schumac...@internetallee.de] Subject: Re: High cpu on Tomcat 8 I believe java 8 combines the permgen into the heap space Not the whole story. A small part of what was in PermGen is now allocated in the Java heap, but the majority is moved to areas of

Re: High cpu on Tomcat 8

2015-05-03 Thread Felix Schumacher
Am 3. Mai 2015 12:25:53 MESZ, schrieb Greg Huber gregh3...@gmail.com: Hello, After an upgrade to Tomcat 8.0.21 and (Oracle jdk1.8.0_40) I seem to be having an erratic high cpu issue, often when the server gets busy. The application was OK tomcat 7 and has not been modified since the upgrade.