hallo,
"This release of Apache Tomcat was packaged to run on J2SE 5.0
or later. It can be run on earlier JVMs by downloading and
installing a compatibility package from the Apache Tomcat
binary download page."
Welche Javaversion hast du denn installiert? Mit "java -version" auf der Konsole solltest du ungefähr folgendes erhalten:
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
Java HotSpot(TM) Client VM (build 1.5.0_07-b03, mixed mode, sharing)
Damit arbeitet Tomcat fehlerfrei zusammen.
Grüße aus Berlin
Christoph S.