when installing Tomcat 6 (the latest version), it asks for the Java install directory, fair enough. But it seems to want Java version 5, which Sun is apparently end-of-life'ing, so for our environment that's not A Good Thing.
Here's its prompt, you can see it asks for version 5.0:
I guess what I'm asking is, can I run it against Java 6? I looked all over the tomcat website and found no mention of compatible java versions.
Thanks a lot
By looking at http://www.apache.org/dist/tomcat/tomcat-6/v6.0.20/ we can read
If you open RELEASE-NOTES you will see
So it's should be fine.
I have run Tomcat 6.x on various releases of OpenJDK 7 without a hitch. The better message would have been that Tomcat 6.x cannot run on Java 1.4.x or older releases