which version of Apache tomcat ships with CLM 501 and does it support SHA2 certificate format
One answer
This information is on our system requirements page:
https://jazz.net/wiki/bin/view/Deployment/CLMSystemRequirements50
Tomcat 7.0.54 is bundled with CLM 5.0.1.
The default realm is configured with the following in the server.xml:
<Realm className="org.apache.catalina.realm.UserDatabaseRealm" digest="SHA-1" digestEncoding="UTF-8" resourceName="UserDatabase"/>
You can update your 'digest' value to sha-256.
However, I would suggest that you migrate to Websphere, since it is supported through IBM and we can assist you in your configuration. SHA256 is supported by Websphere.
https://jazz.net/wiki/bin/view/Deployment/CLMSystemRequirements50
Tomcat 7.0.54 is bundled with CLM 5.0.1.
The default realm is configured with the following in the server.xml:
<Realm className="org.apache.catalina.realm.UserDatabaseRealm" digest="SHA-1" digestEncoding="UTF-8" resourceName="UserDatabase"/>
You can update your 'digest' value to sha-256.
However, I would suggest that you migrate to Websphere, since it is supported through IBM and we can assist you in your configuration. SHA256 is supported by Websphere.