Answered
Enable FIPS Mode in Tomcat by editing the Tomcat server.xml configuration file
When I try to set the FIPS Mode in Configuration as below:
<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" FIPSMode="on"/>
I’m getting error in the coldfusion-error.log: “Failed to enter FIPS mode” and unable to login to CF Admin page.
How can I fix this error with enabling the FIPS mode?
Thanks!

