JmxRemoteLifecycleListener does not work with SSL

2016-10-14 Thread Andrey Smorodin
Hi. I am running Tomcat 8.0.35 on Windows 7 Enterprise, SP1 and Java (build 1.8.0_91-b14). My task is to configure JMX with roles/passwords and SSL and everything is working perfectly without JmxRemoteLifecycleListener. This module was enabled long time ago by somebody who already left company

Re: how to write a valve

2016-10-14 Thread Mark Thomas
On 14/10/2016 10:51, André Warnier (tomcat) wrote: > On 14.10.2016 10:05, Mark Thomas wrote: >> On 13/10/2016 16:04, Campbell, Lance wrote: >>> Tomcat 8.0.38 >>> >>> In my Eclipse development environment when particular servlet >>> requests are made I want to simulate going through Shibboleth

Re: how to write a valve

2016-10-14 Thread tomcat
On 14.10.2016 10:05, Mark Thomas wrote: On 13/10/2016 16:04, Campbell, Lance wrote: Tomcat 8.0.38 In my Eclipse development environment when particular servlet requests are made I want to simulate going through Shibboleth prior to Tomcat handling the request. I wanted to see if this will

Re: how to write a valve

2016-10-14 Thread Mark Thomas
On 13/10/2016 16:04, Campbell, Lance wrote: > Tomcat 8.0.38 > > In my Eclipse development environment when particular servlet requests are > made I want to simulate going through Shibboleth prior to Tomcat handling the > request. I wanted to see if this will work. > > In Eclipse within each

Re: Long running socket reads

2016-10-14 Thread Mark Thomas
On 12/10/2016 16:22, Rallavagu wrote: > Tomcat 7.0.70 - Sun JDK 1.7.0_80 > > I have following long running thread (almost 5 sec). No you don't. That thread isn't doing it any work. It is blocking, waiting for I/O. > It appears to be reading data from socket Sort of correct. It is waiting for

Re: how to write a valve

2016-10-14 Thread tomcat
On 13.10.2016 17:04, Campbell, Lance wrote: Tomcat 8.0.38 In my Eclipse development environment when particular servlet requests are made I want to simulate going through Shibboleth prior to Tomcat handling the request. I wanted to see if this will work. In Eclipse within each dynamic web