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

RE: jdk1.4 vs jdk1.2

2002-07-14 Thread Clay Graham
I know that tomcat 4.1.x is not allergic to jdk1.4, it is what I am running. (4.1.3 jdk1.4) 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

RE: jdk1.4 vs jdk1.2

2002-07-14 Thread Jacob Hookom
I'm running 4.0.4 with 4.1.7's jasper and commons packages with jdk1.4 installed. I had to make quite a few modifications to my application code (mainly in my own taglibs because of the difference in the way tag pooling handled my page execution). Also, you need to make sure any changes you

RE: jdk1.4 vs jdk1.2

2002-07-14 Thread Luminous Heart
Hope the log is not too excessive! == Error == HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from

RE: jdk1.4 vs jdk1.2

2002-07-14 Thread Luminous Heart
Here you go, just a peice of the error page. org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling 1 source file /usr/local/tomcat/work/Standalone/localhost/_/index$jsp.java:276:

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.