I have resolved the issue with the below replacing in server.xml
<Connector
protocol="org.apache.coyote.http11.Http11Protocol"
port="8443" maxThreads="200"
scheme="https" secure="true" SSLEnabled="true"
keystoreFile="Keystorefilepath" keystorePass="keypassword"
clientAuth="false" sslProtocol="TLS"/>
Works fine now , perfect.