tomcat thread BLOCKED when loading class

2017-02-20 Thread xming
Any clue would be appreciated. Server version: Apache Tomcat/8.5.8 Server built: Nov 3 2016 21:14:13 UTC Server number: 8.5.8.0 OS Name:Linux OS Version: 2.6.32-642.11.1.el6.x86_64 Architecture: amd64 JVM Version:1.7.0_79-b15 JVM Vendor: Oracle Corporation Also I’ve tes

Re: JIO Connector support in Tomcat 8.5

2017-02-20 Thread Amit Pande
Thanks Chris. We are indeed evaluating if we can leverage traditional reverse-proxy based solutions. However, continued our POC for the custom NIO endpoint. We extended the NioEndpoint of Tomcat 8.5.x and overrode the following methods: 1. Bind 2. Unbind 3. UnlockAccept 4. Acceptor Intend to

"mime-mapping" and Content-Type

2017-02-20 Thread Ryan Yohnk
Hello everyone, I’ve come across a problem for which the “mime-mapping” element would be a good solution. Specifically I have a web application who’s source I can’t change, it’s not returning a specific Content-Type header and I’d like to start utilizing compression based on the mime-type.

Propagation of Subject with JAAS and SecurityManager enabled

2017-02-20 Thread kommersz
Hi, I am playing around with the following things:- X.509 authentication- Security Manager enabled- Custom JAAS login module via JAASRealm My custom JAAS login module properly propagates a javax.security.auth.Subject instance at commit() back. My aim is to use this javax.security.auth.Subject as

AW: logging to syslog

2017-02-20 Thread Schöke , Karsten
I don't understand this... I will all messages from the tomcat installation forward to a syslog server. In Debian ist located the logging.propeties under /etc/tomcat7/logging.properties with this content: handlers = 1catalina.org.apache.juli.FileHandler, 2localhost.org.apache.juli.FileHandler,