-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Roy,

On 2/19/2010 1:10 AM, Roy Nabel wrote:
> With jdk1.6.0 and tomcat 6.0.10 ssl works great on windows 7 or windows 2008 
> R1 .
> Server.xml ssl fragment
>     <Connector port="443"
>               protocol="HTTP/1.1"
>                SSLEnabled="true"
>                maxThreads="150"
>                scheme="https"
>                secure="true"
>                clientAuth="false"
>                keystoreFile="C:\jdk1.6.0\bin\ domain_name.keystore"
>                SSLCertificateKeyFile="C:\jdk1.6.0\bin\ domain_name.keystore"
>                SSLCertificateFile="C:\jdk1.6.0\bin\domain_name.crt"
>                SSLCertificateChainFile="C:\jdk1.6.0\bin\ComodoEVSGCCA.crt"
>                keystorePass="*******"
>                sslProtocol="TLS" />
> When you replace tomcat 6.0.10 with tomcat 6.0.24 tomcat does not produce 
> logs or connect.
> Any suggestions? Is there some new setting or procedure with 6.0.24?

How are you starting Tomcat? If either as a service or
"bin\startup.bat", try this instead:

C:\Tomcat> bin\catalina.bat run

You may get some output on the console that is lost when you run it in
your "regular" way.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkt+sHQACgkQ9CaO5/Lv0PA1IQCfdnzBB9LYNygQKkcXrUbfSgHY
X9AAn3BaxmIX1KopfVd1j6BeEW3e26Jw
=kmmp
-----END PGP SIGNATURE-----

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

Reply via email to