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 an
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 prior
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 wor
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 dy
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 da
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 ap