Re: Error while converting tomcat container from http to https

2006-09-11 Thread annlee
Hi Keyur, I've just tried this out and it works. You should add the SSLImplementation="org.apache.tomcat.util.net.jsse.JSSEImplementation" in Connector tag in server.xml file that resides under $CATALINA_HOME/conf directory. So, it should look like this in server.xml Change the keystoreFile a

Re: Error while converting tomcat container from http to https

2006-09-07 Thread keyur sheth
Hi Bill, Where should I put the sslimplementation tag in the Connector tag. Because in the tomcat documentation for SSL this type of tag is not there. So can you please elaborate on this. And also give me the correct syntax for ssLImplementation. Keyur Bill Barker <[EMAIL P

Re: Error while converting tomcat container from http to https

2006-09-06 Thread Bill Barker
PureTLS doesn't use the standard Java keystore format. Consult the PureTLS docs for the correct format. Alternatively, specify sSLImplementation="org.apache.tomcat.util.net.jsse.JSSEImplementation" on the element to use JSSE instead of PureTLS. "keyur sheth" <[EMAIL PROTECTED]> wrote in mess