Howto: IBMJCEFIPS and Tomcat?
July 7, 2011 11:11 AM Subscribe
How to setup Tomcat with the IBMJCEFIPS provider?
I have spent the last several days googling every every keyword and error message to no avail. I have an instance of tomcat6 installed on a SLES10/S390x machine, and with default security policies and providers, things are OK.
When I try to get tomcat into FIPS mode, by revising the list of providers, I just get a bunch of Unknown Source errors:
java.lang.NullPointerException
at com.ibm.crypto.fips.provider.SelfTest.p(Unknown Source)
at com.ibm.crypto.fips.provider.SelfTest.runSelfTest(Unknown Source)
at com.ibm.crypto.fips.provider.SelfTest.(Unknown Source)
at com.ibm.crypto.fips.provider.IBMJCEFIPS.(Unknown Source)
I tried editing the CLASSPATH set in catalina.sh, no effect.
Any suggestions?
posted by nomisxid to computers & internet (5 answers total)
posted by Paquda at 11:18 AM on July 7, 2011