Re: Enabling ssl in tomcat JSSE / APR

2014-10-15 Thread Igor Cicimov
On 16/10/2014 12:10 PM, "Shashank" wrote: > > Hi all > > I was trying to enable ssl in my tomcat server. I dont know whether my > tomcat is using JSSE or APR. but as I created a keystore and imported a > cert into it , can I use JSSE type irrespective of the connector? > > My server.xml block > >

Enabling ssl in tomcat JSSE / APR

2014-10-15 Thread Shashank
Hi all I was trying to enable ssl in my tomcat server. I dont know whether my tomcat is using JSSE or APR. but as I created a keystore and imported a cert into it , can I use JSSE type irrespective of the connector? My server.xml block Thanks ---