RE: jdk1.4 vs jdk1.2

2002-07-16 Thread tomo tomo
I 've met same problem with you when I have updated jdk from 1.2.x to 1.4.x. It seems your bean's package which called from your jsp pages may be unnamed. As far as I know, the compiler in jdk1.4.x does not import unnamed packaged beans, but jdk1.2.x does. Tomo

AW: jdk1.4 vs jdk1.2 ==Here is the error page. MAYBE A DEVELOPER OF THIS THING WOULD KNOW!

2002-07-15 Thread Ralph Einfeldt
by tomcat. -Ursprüngliche Nachricht- Von: Luminous Heart [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 15. Juli 2002 02:52 An: Tomcat Users List Betreff: RE: jdk1.4 vs jdk1.2 ==Here is the error page. MAYBE A DEVELOPER OF THIS THING WOULD KNOW! snip/ Generated servlet error: [javac

jdk1.4 vs jdk1.2

2002-07-14 Thread Luminous Heart
Tomcat 4.1.7 fails to compile any jsp files giving some stupid error about handleException. If I change the JDK to 1.2 everything works fine. Is tomcat4.1.x allergic to jdk1.4? __ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes

RE: jdk1.4 vs jdk1.2

2002-07-14 Thread Clay Graham
:51 PM To: Tomcat Users List; Joe Schiavone Subject:jdk1.4 vs jdk1.2 Tomcat 4.1.7 fails to compile any jsp files giving some stupid error about handleException. If I change the JDK to 1.2 everything works fine. Is tomcat4.1.x allergic to jdk1.4

RE: jdk1.4 vs jdk1.2

2002-07-14 Thread Jacob Hookom
]] Sent: Sunday, July 14, 2002 3:51 PM To: Tomcat Users List; Joe Schiavone Subject: jdk1.4 vs jdk1.2 Tomcat 4.1.7 fails to compile any jsp files giving some stupid error about handleException. If I change the JDK to 1.2 everything works fine. Is tomcat4.1.x allergic to jdk1.4

RE: jdk1.4 vs jdk1.2

2002-07-14 Thread Luminous Heart
, 2002 1:51 PM To: Tomcat Users List; Joe Schiavone Subject: jdk1.4 vs jdk1.2 Tomcat 4.1.7 fails to compile any jsp files giving some stupid error about handleException. If I change the JDK to 1.2 everything works fine. Is tomcat4.1.x allergic to jdk1.4

RE: jdk1.4 vs jdk1.2

2002-07-14 Thread Luminous Heart
) the devil of course my friend is in the details, what exactly is your stupid error... clay -Original Message- From: Luminous Heart [SMTP:[EMAIL PROTECTED]] Sent: Sunday, July 14, 2002 1:51 PM To: Tomcat Users List; Joe Schiavone Subject: jdk1.4 vs jdk1.2 Tomcat

RE: jdk1.4 vs jdk1.2

2002-07-14 Thread Clay Graham
:[EMAIL PROTECTED]] Sent: Sunday, July 14, 2002 2:12 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject:RE: jdk1.4 vs jdk1.2 Hope the log is not too excessive! == Error == HTTP Status 500

RE: jdk1.4 vs jdk1.2

2002-07-14 Thread Luminous Heart
: jdk1.4 vs jdk1.2 Hope the log is not too excessive! == Error == HTTP Status 500 - type Exception report message description The server encountered an internal error

RE: jdk1.4 vs jdk1.2 ==Here is the error page. MAYBE A DEVELOPER OF THIS THING WOULD KNOW!

2002-07-14 Thread Luminous Heart
; [EMAIL PROTECTED] Subject:RE: jdk1.4 vs jdk1.2 Hope the log is not too excessive! == Error == HTTP Status 500 - type Exception report message

Re: jdk1.4 vs jdk1.2

2002-07-14 Thread Simon T
helps you? clay -Original Message- From: Luminous Heart [SMTP:[EMAIL PROTECTED]] Sent: Sunday, July 14, 2002 2:12 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: jdk1.4 vs jdk1.2 Hope the log is not too excessive! == Error == HTTP Status

RE: jdk1.4 vs jdk1.2 ==Here is the error page. MAYBE A DEVELOPER OF THIS THING WOULD KNOW!

2002-07-14 Thread Andrew Conrad
Message- From: Luminous Heart [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 14, 2002 8:52 PM To: Tomcat Users List Subject: RE: jdk1.4 vs jdk1.2 ==Here is the error page. MAYBE A DEVELOPER OF THIS THING WOULD KNOW! HTTP Status 500 - type Exception report message description The server

Re: jdk1.4 vs jdk1.2

2002-07-14 Thread tomo tomo
I 've met same problem with you when I have updated jdk from 1.2.x to 1.4.x. It seems your bean's package which called from your jsp pages may be unnamed. As far as I know, the compiler in jdk1.4.x does not import unnamed packaged beans, but jdk1.2.x does. Tomo

Re: jdk1.4 vs jdk1.2

2002-07-14 Thread Nikola Milutinovic
Tomcat 4.1.7 fails to compile any jsp files giving some stupid error about handleException. If I change the JDK to 1.2 everything works fine. Is tomcat4.1.x allergic to jdk1.4? Perhaps it is, that's why there is a Tomcat LE version, tailored for JRE 1.4. Nix.