Re: Enabling Tomcat to be FIPS compliant.

2016-05-15 Thread Violeta Georgieva
Hi, 2016-05-16 7:42 GMT+03:00 Nikitha Benny : > > Hello Everyone, > > > I am using JRE 1.8.060 and tomcat 7.00.068 ,after enabling the FIPS mode > and performing the steps to create a certificate(PKCS12 format). I was able > to access the tomcat home page using HTTPS > > > But when I was using the

Re: Request for documentation

2016-05-15 Thread Violeta Georgieva
Hi, 2016-05-14 15:06 GMT+03:00 Lyallex : > > I'm trying to find some documentation that details the request lifecycle > I've looked in the obvious places ... and some not so obvious ones > > That is: NOT the servlet lifecycle documentation, this is a different > thing entirely. > > I need some doc

RE: tomcat6.0.43 ajp connector migration to tomcat8.0.33

2016-05-15 Thread Venkata Reddy P
Hi, Many Thanks Mark. This is a more of POC release planned for jun-1st week, will give a try with the existing stable release and thanks for suggesting the 8.5.x. 1) As you said, I can see AjpProtocol class as the BIO connector. If I create a customized class SslEnabledBioAjpProtocol exte

Enabling Tomcat to be FIPS compliant.

2016-05-15 Thread Nikitha Benny
Hello Everyone, I am using JRE 1.8.060 and tomcat 7.00.068 ,after enabling the FIPS mode and performing the steps to create a certificate(PKCS12 format). I was able to access the tomcat home page using HTTPS But when I was using the same JRE 1.8.060 with tomcat 7.00.069 and then enabling the FI

RE: MIMEParsingException on JAX-WS with AJP

2016-05-15 Thread Ooura, Nobuhito
Mark > The problem has been fixed for 7.0.x, 8.0.x, 8.5.x and 9.0.x and will be > included in > 7.0.70, 8.0.36, 8.5.3 and 9.0.0.M7. Thank you for your support. I try it. Ooura > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Friday, May 13, 2016 11:37 PM > To:

Re: using filter on web.xml

2016-05-15 Thread Francesco Viscomi
Thanks Andrè. the login page indeed has nothing inside, i just want to activate the filter, because inside the filter there is the logic to authenticate the user; Anyway i really appreciate your suggestion. Francesco 2016-05-15 14:09 GMT+02:00 André Warnier (tomcat) : > On 15.05.2016 13:58, Fran

Re: using filter on web.xml

2016-05-15 Thread tomcat
On 15.05.2016 13:58, Francesco Viscomi wrote: Hi all, I've declared a filter in web.xm as: ShibbolethHeaderReaderFilter ShibbolethHeaderReaderFilter IdPC it.loset.idpcp.ri.filters.ShibbolethHeaderReaderFilterIdpc configura

using filter on web.xml

2016-05-15 Thread Francesco Viscomi
Hi all, I've declared a filter in web.xm as: ShibbolethHeaderReaderFilter ShibbolethHeaderReaderFilter IdPC it.loset.idpcp.ri.filters.ShibbolethHeaderReaderFilterIdpc configurationFile resources/shibboleth-spp-config.xml