If you deploy Federation Web Services on an Apache Tomcat server 6.0.18 or higher, a configuration change for SAML POST and Artifact transactions is required. You must add a configuration parameter to the catalina.properties file.
To modify the catalina.properties file
Tomcat_home
Specifies the installed location of the Tomcat application server.
org.apache.catalina.STRICT_SERVLET_COMPLIANCE=true
The following is a sample of entries in the Catalina.properties file:
# String cache configuration. tomcat.util.buf.StringCache.byte.enabled=true #tomcat.util.buf.StringCache.char.enabled=true #tomcat.util.buf.StringCache.trainThreshold=500000 #tomcat.util.buf.StringCache.cacheSize=5000 org.apache.catalina.STRICT_SERVLET_COMPLIANCE=true
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |