Tomcat无法启动

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.
resource@linux:~/apache-tomcat-5.5.31/logs> tail -300 catalina.out
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.
resource@linux:~/apache-tomcat-5.5.31/logs> java -env
Unrecognized option: -env
Could not create the Java virtual machine.
resource@linux:~/apache-tomcat-5.5.31/logs> java -version
java version "1.5.0_22"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_22-b03, mixed mode)

你可能感兴趣的:(java,apache,tomcat,linux,J2SE)