Comment 6 for bug 260016

Revision history for this message
Thierry Carrez (ttx) wrote :

According to http://tomcat.apache.org/migration.html : "Tomcat 6.0 requires JRE 5.0". This dependency more accurately describes what is needed to run Tomcat.

However, on a second thought, Tomcat 6 doesn't run with gij (which provides java5-runtime-headless) so I should probably depend on "default-jre-headless | java6-runtime-headless" to make sure to use only compatible JREs.

I'll fix that and post the corresponding full interdiff very soon.