Re: NullPointerExceptions from Coyote over SSL

2016-07-25 Thread Peter Robbins
> If you also have tomcat-native installed… No tomcat-native in any environment I saw, but I’ll make sure we check on that config. We’re not knowingly plugging Bouncy Castle into the Tomcat SSL mix at all. We only use it in application logic after registering it with Security.addProvider() in

Re: NullPointerExceptions from Coyote over SSL

2016-07-25 Thread Rémy Maucherat
2016-07-22 22:16 GMT+02:00 Peter Robbins : > Just to update, we were able to work around this by changing our > server.xml connector config from: > > protocol="HTTP/1.1" > to: > protocol="org.apache.coyote.http11.Http11Nio2Protocol" >

Re: No binary distribution for mod_jk?

2016-07-25 Thread Paul Roubekas
On 7/25/2016 3:45 PM, Mark Eggers wrote: > On 7/25/2016 12:42 PM, Mark Eggers wrote: >> I'm going to do a bit of trimming here: >> >> On 7/25/2016 7:34 AM, Paul Roubekas wrote: >> >> # # Add this before your first ProxyPass # However, after your >> aliases # >> >> ProxyPass "/bb" !

Re: No binary distribution for mod_jk?

2016-07-25 Thread Mark Eggers
On 7/25/2016 12:42 PM, Mark Eggers wrote: > I'm going to do a bit of trimming here: > > On 7/25/2016 7:34 AM, Paul Roubekas wrote: > > # # Add this before your first ProxyPass # However, after your > aliases # > > ProxyPass "/bb" ! ProxyPass "/tt" ! This works now. Thanks

Re: No binary distribution for mod_jk?

2016-07-25 Thread Mark Eggers
I'm going to do a bit of trimming here: On 7/25/2016 7:34 AM, Paul Roubekas wrote: # # Add this before your first ProxyPass # However, after your aliases # ProxyPass "/bb" ! ProxyPass "/tt" ! >>> This works now. Thanks # # Also this would be a good idea to prevent

Re: OutOfMemoryError: PermGen space - SOLVED

2016-07-25 Thread Mark Eggers
Cris, On 7/25/2016 6:17 AM, Berneburg, Cris J. - US wrote: > Mark (Eggers) > > -Original Message- From: Mark Eggers > [mailto:its_toas...@yahoo.com.INVALID] Sent: Friday, July 22, 2016 > 1:28 PM To: Tomcat Users List Subject: Re: OutOfMemoryError: PermGen > space - SOLVED > >> Cris, >>

Re: No binary distribution for mod_jk?

2016-07-25 Thread Paul Roubekas
On 7/24/2016 11:33 PM, Mark Eggers wrote: > On 7/24/2016 5:10 PM, Paul Roubekas wrote: >> On 7/24/2016 5:20 PM, Mark Eggers wrote: >>> On 7/24/2016 1:13 PM, Paul Roubekas wrote: On 7/23/2016 3:44 PM, Paul Roubekas wrote: > On 7/23/2016 3:15 PM, Paul Roubekas wrote: >> On 7/23/2016

RE: OutOfMemoryError: PermGen space - SOLVED

2016-07-25 Thread Berneburg, Cris J. - US
Mark (Eggers) -Original Message- From: Mark Eggers [mailto:its_toas...@yahoo.com.INVALID] Sent: Friday, July 22, 2016 1:28 PM To: Tomcat Users List Subject: Re: OutOfMemoryError: PermGen space - SOLVED > Cris, > > On 7/22/2016 10:15 AM, Berneburg, Cris wrote: > > Mark (Thomas), Román,

RE: OutOfMemoryError: PermGen space - SOLVED

2016-07-25 Thread Berneburg, Cris J. - US
Mark/T, Román, Guido, and Mark/DE -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, July 22, 2016 4:54 PM To: Tomcat Users List Subject: Re: OutOfMemoryError: PermGen space - SOLVED On 22/07/2016 19:15, Berneburg, Cris wrote: > > Mark (Thomas), Román, Guido,

Re: mod-jk (1.2.37) crashes Apache 2 (2.4.7) occasionally with a buffer overflow on Ubuntu 14.04 x64

2016-07-25 Thread Michael Diener
FYI, the bug is submitted: https://bz.apache.org/bugzilla/show_bug.cgi?id=59897 Chris and Rainer, thanks for pointing me in the right direction! Michael On 19 July 2016 at 11:42, Michael Diener wrote: > Chris, > > thanks a lot for explaining what could be overflowing the

RE: OutOfMemoryError: PermGen space - SOLVED

2016-07-25 Thread Berneburg, Cris J. - US
Hi Guido -Original Message- From: Guido Jäkel [mailto:g.jae...@dnb.de] Sent: Saturday, July 23, 2016 8:38 AM To: Tomcat Users List Subject: Re: OutOfMemoryError: PermGen space - SOLVED On 22.07.2016 19:15, Berneburg, Cris wrote: > > The OutOfMemoryError in Tomcat Manager was caused by

mod_jk.so does not build for 32-bit on 64-bit Linux

2016-07-25 Thread Matthias Apitz
Hello, I've to build Apache (...) and mod_jk on a 64-bit SuSE Linux, but for 32-bit. While a lot of OpenSource packages, including Apache httpd-2.4.18, are building fine, the tomcat_connector-1.2.41 is unwilling to create the mod_jk.so file. The full configure and build log follows. What I do

HSTS + TLS redirect resulting in error with psi-probe

2016-07-25 Thread Harrie Robins
I have psi-probe version 2.4.0 deployed in our Tomcat webapps, and made the following changes to my server.xml + web.xml *Web.xml (enable hsts):* *httpHeaderSecurity org.apache.catalina.filters.HttpHeaderSecurityFilter hstsEnabled true