maxConnection and keepAliveTimeout

2015-12-10 Thread Yogesh Patel
Hi All, *If we do not configure "maxConnections" then it will take default value as maxThread (which is 200) and "keepAliveTimeout" will take default value of connectionTimeout (which is 60 seconds) then what is a impact of configuring these parameteres?* *What value for "keepAliveTimeout" will b

Re: WebEx meeting invitation: Apache Tomcat: TLS Virtual Hosting

2015-12-10 Thread Christopher Schultz
Mark, On 12/10/15 11:41 AM, Mark Thomas wrote: > On 10 December 2015 15:28:03 GMT+00:00, gustavo.avitab...@unina.it wrote: >> Quoting Mark Thomas : >> >>> On 08/12/2015 10:19, gustavo.avitab...@unina.it wrote: Hi Mark, I tried to attend this meeting. I connected with WebEx, I cou

Re: WebEx meeting invitation: Apache Tomcat: TLS Virtual Hosting

2015-12-10 Thread Mark Thomas
On 10 December 2015 15:28:03 GMT+00:00, gustavo.avitab...@unina.it wrote: >Quoting Mark Thomas : > >> On 08/12/2015 10:19, gustavo.avitab...@unina.it wrote: >>> Hi Mark, >>>I tried to attend this meeting. I connected with WebEx, >>> I could see the slides, but I got no audio. The same >>> happe

Re: WebEx meeting invitation: Apache Tomcat: TLS Virtual Hosting

2015-12-10 Thread gustavo . avitabile
Quoting Mark Thomas : On 08/12/2015 10:19, gustavo.avitab...@unina.it wrote: Hi Mark, I tried to attend this meeting. I connected with WebEx, I could see the slides, but I got no audio. The same happened at you first meeting, a few days ago. I looked at the first meeting you published in You

Re: Tomcat Thread Dump

2015-12-10 Thread Christopher Schultz
侯树成, On 12/10/15 1:06 AM, 侯树成 wrote: > You can use the java tool *jps*, this is a command tool. When use like > this : jps -lv , you can get detail infomation of all java > instance.Hope help to you. Sometimes, jps is less than helpful: $ jps 9458 Bootstrap 9705 Bootstrap 10237 Bootstr

Re: Today's Apache Tomcat: TLS Virtual Hosting webinar is now available on YouTube

2015-12-10 Thread Rémy Maucherat
2015-12-08 23:40 GMT+01:00 Mark Thomas : > All, > > As promised, today's webinar "Apache Tomcat: TLS Virtual Hosting" is > now available on the Apache Tomcat YouTube channel: > > https://www.youtube.com/channel/UCpqpJ0-G1lYfUBQ6_36Au_g > > I watched it. In particular I had missed why JSSE had sepa

Re: Tomcat Thread Dump

2015-12-10 Thread Anjan Bacchu
hi yogesh, depending on how you launch tomcat, a) through tomcat.exe -- tomcat will show as tomcat in process explorer/task manager b) startup.bat/sh -- tomcat will show up as java.exe. If you have a JDK, then you can run jps and from the output list, you can determine which of the proces