Execute following steps :
1. CAF stop
2. Backup the Tomcat directory (..\CA\DSM\ENC\Tomcat)
3. Placed the Tomcat 8.5.56 files and folders.
4. Copied the "encServer" folder from backup directory to the “..\CA\DSM\ENC\Tomcat\webapps”
5. CAF start
6. Verified version information after upgrade ( ..\CA\DSM\ENC\Tomcat\bin) : <versioninfo.bat> upgraded to 8.5.56
7. caf status encserver (state: Running)
8. Execute the following commands,and check if information are captured to the log file “..\CA\DSM\ENC\Tomcat\logs”
encutilcmd server -server
encutilcmd server -client
If no information are captured, the Problem could be with the port in “...\ENC\Tomcat\conf\server.xml”
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
The port number 8080 has to be changed to the one given at the time installation.
And also when Tomcat is replaced, please make sure the examples application is deleted from ..\Tomcat\webapps\examples in all instances of tomcat.