2016-07-14 4:38 GMT-04:00 Devendra Sengar <dssen...@gmail.com>: > If i am giving the full path of the certificate like > c:/tomcat/conf/<filename> then its taking the file, as the error i was > getting "SEVERE: Failed to initialize end point associated with > ProtocolHandler ["http-apr-443"]" that's no more. > > But the tomcat server is started without any error but won't able to open > the home page of tomcat giving the error like: > This site can’t be reached > The webpage at *https://<hostname>:8443/* might be temporarily down or it > may have moved permanently to a new web address. > > If i telnet the server then its not able to connect but if i use openssl > s_client -connect it shows the certificate information. > Any suggestion? > > Yes, specify the path as ${catalina.base}/conf/<filename> since your file seems to be in the conf directory of your Tomcat instance. I'm not sure about the C: in the pathname. However, ${catalina.base}/conf/<filename> is portable and enables you to move you instance into another directory without having to modify all the configuration files.
----------------- Daniel Savard