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

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 >

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

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

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