Re: Using Tomcat 5.5.23 with jdk 1.6.0_1

2007-06-29 Thread Martin Gainty
]> To: "Tomcat Users List" Sent: Friday, June 29, 2007 8:46 PM Subject: Re: Using Tomcat 5.5.23 with jdk 1.6.0_1 Hi Caldarale, Thanks for your comments. I had the same compatibility problem on Fedora, by copying the tool.jar - although it is not a good idea- it worked out. Anyway

Re: Using Tomcat 5.5.23 with jdk 1.6.0_1

2007-06-29 Thread Li
to:[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

Re: Using Tomcat 5.5.23 with jdk 1.6.0_1

2007-06-29 Thread Filip Hanik - Dev Lists
if you have the whole dump we can look into it deeper, my guess is that its a JVM bug or a combo of JVM/OS Filip Christopher Hartung wrote: Hi there, we are using Tomcat 5.5.23 with jdk 1.6.0_1. But sometimes we get errors like this: # # An unexpected error has been detected by Java Runtim

RE: Using Tomcat 5.5.23 with jdk 1.6.0_1

2007-06-29 Thread Caldarale, Charles R
> 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 wit

Re: Using Tomcat 5.5.23 with jdk 1.6.0_1

2007-06-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Li, Li wrote: > 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. Still, Tomcat shouldn't segfault the VM due to a version incompatibility. My guess is that he

Re: Using Tomcat 5.5.23 with jdk 1.6.0_1

2007-06-29 Thread Li
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. 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. It should work. R