Re: Error while converting tomcat container from http to https

2006-09-11 Thread annlee
>> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) >> >> >> Can somebody tell me what mistake I am doing. Have anybody >> faced the same problem before. >> >> Thanking you, >> Keyur >> >> >> >> >> >> >>

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

Error while converting tomcat container from http to https

2006-09-06 Thread keyur sheth
Hi everybody, I am trying to make the tomcat container secure by converting it from http to https. I am using the documentation on the following website. http://tomcat.apache.org/tomcat-5.0-doc/ssl-howto.html I had implemented this before by c

Re: converting tomcat container from http to https

2006-05-22 Thread Filip Hanik - Dev Lists
make sure all your old tomcat processes are stopped, keyur sheth wrote: Hi everybody, Previously I had sent mail regarding this topic. The problem is after making necessary changes I am not able to start tomcat with https. Some message I sent previously is as follows:-

converting tomcat container from http to https

2006-05-22 Thread keyur sheth
Hi everybody, Previously I had sent mail regarding this topic. The problem is after making necessary changes I am not able to start tomcat with https. Some message I sent previously is as follows:- First of all I created the keystore by reading the documentation and also