Re: 8.5.4 to 8.5.5 SSL Issue

2016-11-14 Thread William Boyd
On Tue, Oct 25, 2016 at 2:08 AM, Kreuser, Peter wrote: > Dear all, > > > On Sun, Oct 23, 2016 at 3:15 PM, Christopher Schultz < > > ch...@christopherschultz.net> wrote: > > > > > -BEGIN PGP SIGNED MESSAGE- > > > Hash: SHA256 > > > > > > William, > > > > > > On 10/21/16 6:08 PM, William Bo

RE: Tomcat 9 How do you set httpHeaderSecurity properly

2016-11-14 Thread Dustin Delage
Works now, thanks. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, November 14, 2016 4:38 PM To: Tomcat Users List Subject: Re: Tomcat 9 How do you set httpHeaderSecurity properly On 14/11/2016 21:32, Dustin Delage wrote: > What's this filter mapping you spea

RE: Tomcat 9 How do you set httpHeaderSecurity properly

2016-11-14 Thread Dustin Delage
Thanks -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, November 14, 2016 4:38 PM To: Tomcat Users List Subject: Re: Tomcat 9 How do you set httpHeaderSecurity properly On 14/11/2016 21:32, Dustin Delage wrote: > What's this filter mapping you speak of? https

Re: Tomcat 9 How do you set httpHeaderSecurity properly

2016-11-14 Thread Mark Thomas
On 14/11/2016 21:32, Dustin Delage wrote: > What's this filter mapping you speak of? https://java.net/downloads/servlet-spec/Final/servlet-3_1-final.pdf The Tomcat docs (and to a lesser extent this list) assume users of Tomcat are familiar with the Servlet specification. While it appears you nee

RE: Tomcat 9 How do you set httpHeaderSecurity properly

2016-11-14 Thread Dustin Delage
What's this filter mapping you speak of? -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, November 14, 2016 4:16 PM To: Tomcat Users List Subject: Re: Tomcat 9 How do you set httpHeaderSecurity properly On 14/11/2016 21:11, Dustin Delage wrote: > Trying to ena

Re: Tomcat 9 How do you set httpHeaderSecurity properly

2016-11-14 Thread Mark Thomas
On 14/11/2016 21:11, Dustin Delage wrote: > Trying to enable some header filters in web.xml and NOT having any luck. I > pretty much had to guess how to do this and my config looks like this: > > > httpHeaderSecurity > > org.apache.catalina.filters.HttpHeaderSecurityFilter -class> >

Tomcat 9 How do you set httpHeaderSecurity properly

2016-11-14 Thread Dustin Delage
Trying to enable some header filters in web.xml and NOT having any luck. I pretty much had to guess how to do this and my config looks like this: httpHeaderSecurity org.apache.catalina.filters.HttpHeaderSecurityFilter blockContentTypeSniffingEnabled

RE: Tomcat - Two Way SSL as Server

2016-11-14 Thread John.E.Gregg
> -Original Message- > From: Robert Sulliman [mailto:robert.sulli...@sjrb.ca] > Sent: Monday, November 14, 2016 2:46 PM > To: Tomcat Users List > Subject: RE: Tomcat - Two Way SSL as Server > > Thanks John, > > I am trying to do #2, manually adding client certificates to the trust store.

RE: Tomcat - Two Way SSL as Server

2016-11-14 Thread Robert Sulliman
Thanks John, I am trying to do #2, manually adding client certificates to the trust store. However it doesn't work unless I add the root certificate to the trust store as well, or I get the certificate chain error below. It is a headache to handle certs like this, but as a rule of thumb we leav

RE: Tomcat - Two Way SSL as Server

2016-11-14 Thread John.E.Gregg
> -Original Message- > From: Robert Sulliman [mailto:robert.sulli...@sjrb.ca] > Sent: Monday, November 14, 2016 12:25 PM > To: users@tomcat.apache.org > Subject: Tomcat - Two Way SSL as Server > > Hi All, > > I'm trying to implement two way SSL on a new web service that we are buildin

Tomcat - Two Way SSL as Server

2016-11-14 Thread Robert Sulliman
Hi All, I'm trying to implement two way SSL on a new web service that we are building and I'm having some issues. First some info on the environment. Server version: Apache Tomcat/8.0.36 Server built: Jun 9 2016 13:55:50 UTC Server number: 8.0.36.0 OS Name:Linux OS Version: 3.10

RE: Apache Tomcat Version 7.0.59 on CentOS 6.8 to handle 2k requests/second

2016-11-14 Thread John.E.Gregg
> -Original Message- > From: Kaushal Shriyan [mailto:kaushalshri...@gmail.com] > Sent: Monday, November 14, 2016 8:46 AM > To: Tomcat Users List > Subject: Re: Apache Tomcat Version 7.0.59 on CentOS 6.8 to handle 2k > requests/second > > On Mon, Nov 14, 2016 at 8:06 PM, Mark Thomas wrot

Re: Apache Tomcat Version 7.0.59 on CentOS 6.8 to handle 2k requests/second

2016-11-14 Thread Kaushal Shriyan
On Mon, Nov 14, 2016 at 8:06 PM, Mark Thomas wrote: > On 14/11/2016 14:28, Kaushal Shriyan wrote: > > Hi, > > > > is there a way to configure tomcat to handle 2k requests/second (2k > meaning > > 2000 requests per second). How many cpu cores do i need to setup tomcat > to > > handle 2k requests/s

Re: Apache Tomcat Version 7.0.59 on CentOS 6.8 to handle 2k requests/second

2016-11-14 Thread Mark Thomas
On 14/11/2016 14:28, Kaushal Shriyan wrote: > Hi, > > is there a way to configure tomcat to handle 2k requests/second (2k meaning > 2000 requests per second). How many cpu cores do i need to setup tomcat to > handle 2k requests/second? How much physical memory the server should have? That will de

Apache Tomcat Version 7.0.59 on CentOS 6.8 to handle 2k requests/second

2016-11-14 Thread Kaushal Shriyan
Hi, is there a way to configure tomcat to handle 2k requests/second (2k meaning 2000 requests per second). How many cpu cores do i need to setup tomcat to handle 2k requests/second? How much physical memory the server should have? Any guidelines or rule of thumb to be followed? Any help will be h