RE: Problem running Tomcat 4.0.4 under JDK 1.4.1

2002-09-06 Thread Donie Kelly
:) Donie -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: 05 September 2002 17:09 To: Tomcat Users List Subject: RE: Problem running Tomcat 4.0.4 under JDK 1.4.1 Hi, That's the coolest error I've seen in a while ;) Do you get it using JDK 1.4.0? 1.4.1 is not final yet

Re: Problem running Tomcat 4.0.4 under JDK 1.4.1

2002-09-06 Thread Ronald Klop
Subject: RE: Problem running Tomcat 4.0.4 under JDK 1.4.1 Hi, That's the coolest error I've seen in a while ;) Do you get it using JDK 1.4.0? 1.4.1 is not final yet, so it may be a packaging issue with the 1.4.1 version you're using. What's the output of java -version? Yoav Shapira

RE: Problem running Tomcat 4.0.4 under JDK 1.4.1

2002-09-06 Thread Donie Kelly
[mailto:[EMAIL PROTECTED]] Sent: 06 September 2002 11:28 To: Tomcat Users List Subject: Re: Problem running Tomcat 4.0.4 under JDK 1.4.1 Hello, I've seen the same problem by a colleague. He installed JDK 1.4 next to JDK 1.3 and mixed the standard classpaths of both JDK's. JDK 1.4 uses a new class-file

Re: Problem running Tomcat 4.0.4 under JDK 1.4.1

2002-09-06 Thread Ronald Klop
List Subject: Re: Problem running Tomcat 4.0.4 under JDK 1.4.1 Hello, I've seen the same problem by a colleague. He installed JDK 1.4 next to JDK 1.3 and mixed the standard classpaths of both JDK's. JDK 1.4 uses a new class-file format. JDK 1.4 is backwards compatible, but you must use its

RE: Problem running Tomcat 4.0.4 under JDK 1.4.1

2002-09-06 Thread Donie Kelly
) at java.lang.Thread.run(Thread.java:536) -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED]] Sent: 06 September 2002 11:34 To: 'Tomcat Users List' Subject: RE: Problem running Tomcat 4.0.4 under JDK 1.4.1 I'm doing a good cleanout at the moment. I'm rebuilding all my jar's and removing every

RE: Problem running Tomcat 4.0.4 under JDK 1.4.1

2002-09-06 Thread Ganey, Todd
- From: Donie Kelly [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 4:22 AM To: 'Tomcat Users List' Subject: RE: Problem running Tomcat 4.0.4 under JDK 1.4.1 Hi all I've downgraded the JDK to 1.4.0 but I'm still getting the following errors when executing the jsp pages. I can access

RE: Problem running Tomcat 4.0.4 under JDK 1.4.1

2002-09-05 Thread Shapira, Yoav
Hi, That's the coolest error I've seen in a while ;) Do you get it using JDK 1.4.0? 1.4.1 is not final yet, so it may be a packaging issue with the 1.4.1 version you're using. What's the output of java -version? Yoav Shapira Millennium ChemInformatics -Original Message- From: Donie

RE: Problem running Tomcat 4.0.4 under JDK 1.4.1

2002-09-05 Thread Wagoner, Mark
did get it working, so I guess the good news is there is a fix. :} -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 12:09 PM To: Tomcat Users List Subject: RE: Problem running Tomcat 4.0.4 under JDK 1.4.1 Hi, That's the coolest error