Re: Installing APR based Apache Tomcat Native Library

2016-02-06 Thread Yuval Schwartz
Thank you for all of your help, very informative. Regarding your last answer, I will look at it in greater detail and let you know if I have questions (I am less familiar with some of the term you mention there). On Fri, Feb 5, 2016 at 11:48 PM, Christopher Schultz < ch...@christopherschultz.net>

Re: Fwd: NoClassDefFoundError during graceful shutdown

2016-02-06 Thread Hrishikesh Gadre
Hi Chris, Thanks for the reply. Let me try this out. But do you think its a bug in Tomcat ? Because as an application developer I should be able to invoke arbitrary application logic during the ServletFilter::destroy(...) method without bothering about the class loading related issues (Note that

Re: 'javax.xml.parsers.FactoryConfigurationError: Provider for class javax.xml.parsers.DocumentBuilderFactory cannot be created' for Tomcat Valve

2016-02-06 Thread Chiranga Alwis
Hi Chris, I think OpenSAML seems to be using org.apache.xerces.jaxp.DocumentBuilderFactoryImpl. I am actually having this class within the lib folder of Tomcat. On Sun, Feb 7, 2016 at 12:41 PM, Chiranga Alwis wrote: > Hi Chris, > > Yes I do. This is a SAML based

ELB Creating Multiple Sessions with Every Ping

2016-02-06 Thread Yuval Schwartz
tomcat version: 8.0.22 java: jdk1.8.0_05 server: amazon linux ami This might be outside the scope of this forum. I have an ELB (Elastic Load Balancer) distributing load between two instances that run tomcat. When I observe the tomcat manager app I see that at every health check interval (1 per 60

Re: 'javax.xml.parsers.FactoryConfigurationError: Provider for class javax.xml.parsers.DocumentBuilderFactory cannot be created' for Tomcat Valve

2016-02-06 Thread Chiranga Alwis
Hi Chris, Yes I do. This is a SAML based single-sign-on valve for Tomcat. On Sat, Feb 6, 2016 at 2:58 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Chiranga, > > On 2/4/16 3:10 PM, Chiranga Alwis wrote: > > I have specified