> From: Li [mailto:[EMAIL PROTECTED] 
> Subject: Re: Using Tomcat 5.5.23 with jdk 1.6.0_1
> 
> Defaultly tomcat 5.5 only support up to JDK5. If you wanna run your
> application which was written by JDK 6, you can use Tomcat 6 + JDK 6.

Not true.  JDK 6 is fully upward compatible with JDK 5. 

> If you really wanna use Tomcat 5.5 with JDK 6 in Linux, you 
> may have to check if you need copy the tools.jar from JDK6
> to tomcat common/lib.

Also not true, and a very bad idea.  Neither Tomcat 5.5 nor Tomcat 6
require tools.jar; both versions will happily run on just a JRE.

The JVM crash is, by definition, caused by faulty hardware, the OS, or a
flaw in the JVM; pure Java programs cannot crash the JVM (although
native code can).  In the past, the -server mode of the JVM has been
less stable than -client; if the hardware checks out, you might try
running in -client mode to see if the problem disappears.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to