Re: WebEx meeting rescheduled: Introducing Apache Tomcat 8.5

2016-03-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 3/25/16 6:13 PM, Mark Thomas wrote: > Hello, Mark Thomas changed the time for this WebEx meeting. > > > > *Introducing Apache Tomcat 8.5* Wednesday, 30 March 2016 20:00 | > GMT Summer Time (London, GMT+01:00) | 1 hr Awesome. My

Re: WebEx meeting rescheduled: Introducing Apache Tomcat 8.5

2016-03-30 Thread gustavo . avitabile
I tried to join this meeting, but I got the message Your version of Cisco WebEx does not support Windows 10 So, is it possible to attend such events if one is running Windows 10? Gustavo Avitabile Quoting Mark Thomas : Hello, Mark Thomas changed the time for

Invoker and Welcome page

2016-03-30 Thread Federico Alvarez
Hi, I'm using Tomcat 6.0.44 with Invoker Servlet, I know it is a bad idea/desition, but by now it is not in my reach to change that. I'm using the ROOT webapp. What I need is to have a welcome page (index.htm) in the same directory I'm mapping

Re: long running socketwrite

2016-03-30 Thread Rallavagu
On 3/30/16 9:55 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rallavagu, On 3/30/16 11:54 AM, Rallavagu wrote: Tomcat 7.0.47, JDK 7 I have following long running socketwrite thread (more than 10 sec). Wondering what could cause this so I can further look and

Re: long running socketwrite

2016-03-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rallavagu, On 3/30/16 11:54 AM, Rallavagu wrote: > Tomcat 7.0.47, JDK 7 > > I have following long running socketwrite thread (more than 10 > sec). Wondering what could cause this so I can further look and > investigate. > >

Re: AW: AW: OpenID Connect with Tomcat 8

2016-03-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sebastian, On 3/30/16 12:06 PM, Sebastian Trost wrote: > This is an OpenID Connect implementation for tomcat 8: > https://github.com/boylesoftware/tomcat8-oidcauth > > And as far as I know (I'm very new to this, so please correct me > if I'm wrong)

Re: Invoker and Welcome page

2016-03-30 Thread Christopher Schultz
Federico, On 3/30/16 5:14 PM, Federico Alvarez wrote: > I'm using Tomcat 6.0.44 with Invoker Servlet, I know it is a bad > idea/decision, but by now it is not in my reach to change that. You are at risk of attack. That may change your stance on what is within your reach. > I'm using the ROOT

Job priority (AS/400s)

2016-03-30 Thread James H. H. Lampert
Earlier this week, we noticed that the JVM job (QP0ZPWT) assocated with the CATALINA job of a Tomcat server runs at Priority 6. This priority level puts it ahead of everything but the operating system itself. This morning, a response to a query on the Java forum at Midrange.com pointed me to

Re: long running socketwrite

2016-03-30 Thread Rallavagu
On 3/30/16 10:25 AM, Rallavagu wrote: On 3/30/16 9:55 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rallavagu, On 3/30/16 11:54 AM, Rallavagu wrote: Tomcat 7.0.47, JDK 7 I have following long running socketwrite thread (more than 10 sec). Wondering what

Re: Monitoring Tomcat

2016-03-30 Thread Christopher Schultz
Anthony, On 3/30/16 6:08 PM, Anthony Biacco wrote: > On Wed, Mar 30, 2016 at 9:13 AM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > Edwin, > > > For my money, I wouldn't enable JMX because, for monitoring, JMX is a > heavy-handed protocol: you either have to maintain a

Re: Monitoring Tomcat

2016-03-30 Thread Anthony Biacco
On Wed, Mar 30, 2016 at 9:13 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Edwin, > > > For my money, I wouldn't enable JMX because, for monitoring, JMX is a > heavy-handed protocol: you either have to maintain a persistent >

Re: WebEx meeting rescheduled: Introducing Apache Tomcat 8.5

2016-03-30 Thread Johan Compagner
I guess i have to wait for the youtube: Support Not Available Your version of Cisco WebEx does not support Windows 10. If you want to use WebEx on Windows 10, contact your administrator for more information. On 25 March 2016 at 23:13, Mark Thomas wrote: > Hello, > Mark

Re: WebEx meeting rescheduled: Introducing Apache Tomcat 8.5

2016-03-30 Thread Mark Thomas
On 30/03/2016 10:03, Johan Compagner wrote: > I guess i have to wait for the youtube: > > Support Not Available > Your version of Cisco WebEx does not support Windows 10. If you want to use > WebEx on Windows 10, contact your administrator for more information. That isn't great. I'll see what I

AW: OpenID Connect with Tomcat 8

2016-03-30 Thread Sebastian Trost
Hi Chris, Well, it seems that I will have to use a Valve + Realm combination. Thanks! Regards Sebastian -Ursprüngliche Nachricht- Von: Christopher Schultz [mailto:ch...@christopherschultz.net] Gesendet: Dienstag, 29. März 2016 19:57 An: Tomcat Users List

Re: AW: OpenID Connect with Tomcat 8

2016-03-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sebastian, On 3/30/16 4:42 AM, Sebastian Trost wrote: > Well, it seems that I will have to use a Valve + Realm combination. > Thanks! What does the Valve add? - -chris > -Ursprüngliche Nachricht- Von: Christopher Schultz >

Re: Monitoring Tomcat

2016-03-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Edwin, On 3/29/16 2:32 PM, Edwin Quijada wrote: > I am seeing Zabbix but about the secutiry problems with JMX The "security problems" with JMX mostly have to do with it being very easy to configure a server stupidly. For example, opening a JMX port

AW: AW: OpenID Connect with Tomcat 8

2016-03-30 Thread Sebastian Trost
Hi Chris, This is an OpenID Connect implementation for tomcat 8: https://github.com/boylesoftware/tomcat8-oidcauth And as far as I know (I'm very new to this, so please correct me if I'm wrong) the Valve redirects the user to the OIDC provider before he reaches the login form of the tomcat.

long running socketwrite

2016-03-30 Thread Rallavagu
Tomcat 7.0.47, JDK 7 I have following long running socketwrite thread (more than 10 sec). Wondering what could cause this so I can further look and investigate. "http-bio-28080-exec-1497" daemon prio=10 tid=0x7f812c230800 nid=0x72fa runnable [0x7f80010f9000]

Re: Tomcat 8 Connection Reset Issue

2016-03-30 Thread Theo Sweeny
Hi Chris, From: Christopher Schultz Sent: 29 March 2016 16:48 To: Tomcat Users List Subject: Re: Tomcat 8 Connection Reset Issue -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Theo, On 3/29/16 2:55 AM, Theo Sweeny wrote: >