2012/11/26 Johanes Soetanto <otnat...@gmail.com>:
> Hi all,
>
> I am wondering whether there is a known issue with running Tomcat
> 6.0.35 with Java 7 ?
>

1. There certainly were fixes in Tomcat 7. I am not sure whether all
of them they were backported to Tomcat 6 or not.

I think you would have better luck (and a faster fix if there is an
issue) with Tomcat 7.

2. There was an issue, but it should be fixed in >= 6.0.34.

("Allow the BIO HTTP connector to be used with SSL when running under Java 7.").

3. The supported SSL features & ciphers are slightly different in Java
7 than in Java 6.
http://docs.oracle.com/javase/7/docs/technotes/guides/security/enhancements-7.html

Maybe connection between HTTPD and Tomcat uses different protocol or
different cipher in Java 6 vs. in Java 7 cases.

Supported protocols and ciphers at HTTPD side depend on what OpenSSL
library version it is using.

4. Do you observe any consequences besides those messages in the log?
Are connections failing? Are all connections failing, or only a part
of them?

Best regards,
Konstantin Kolinko

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

Reply via email to