>> 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
>>
>>
>>
>>
>>
>>
>>
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
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
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
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:-
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