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 360
> 2009-6-16 16:20:40 org.apache.coyote.http11.Http11AprProtocol init
> 信息: Initializing Coyote HTTP/1.1 on http-8443

This shows you are using the native/APR based connector.

Search for a file called tcnative-1.dll and rename it to
tcnative-1.dll.disable or similar.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to