> From: yuting lv [mailto:yutin...@gmail.com]
> Subject: Re: SSL Configuration Problem, can not open
> https://localhost:8443
>
> I found another tcnative-1.dll file under C:\windows\system32
> directory too,
I would remove it - that .dll should only be in Tomcat's b
> From "Caldarale, Charles R"
> Subject RE: SSL Configuration Problem, can not open
> https://localhost:8443
> Having multiple Tomcats installed on the same disk is not a problem. I have
> four different
> versions installed on my laptop, some with, some wit
> From: yuting lv [mailto:yutin...@gmail.com]
> Subject: Re: SSL Configuration Problem, can not open
> https://localhost:8443
>
> should not I put two tomcat on the same disk, isn't it?
Having multiple Tomcats installed on the same disk is not a problem. I have
fou
Thanks Mark, you solved my problem that confused me two days.
In fact, there are two tomcat on my disk D, one is for netbeans, one
is for usual test app.
The tcnative-1.dll file is not in the tomcat which I used to test
https://localhost:8443 SSL configuration, I found this file in another
tomcat w
yuting lv wrote:
> these are my steps, is something wrong?
Yes.
> step 1: generate tomcattest.keystore file under C:\key directory, about 2KB
>
> %JAVA_HOME%\bin>keytool -genkey -alias tomcattest -keyalg RSA -keypass
> changeit -storepass changeit -keystore C:\key\tomcattest.keystore
> -validity
Hello, i am a newer to tomcat, when use tomcat ssl 8443 port I met a problem.
Who can give me some suggestion? Thanks!
system environment: windowsXP tomcat5.5.26 jdk1.6.0_02(jdk and
jre both on D:\program file\java)
these are my steps, is something wrong?
step 1: generate tomcattest.keys