Re: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-16 Thread Daniel Gresh
Daniel Gresh wrote: Daniel Gresh wrote: APliszka-Public wrote: Google for "compilerSourceVM", and you should find examples of enabling 1.5. Andrew Pliszka - To start a new topic, e-mail: users@tomcat.apache.org To unsubscri

Re: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread Daniel Gresh
Daniel Gresh wrote: APliszka-Public wrote: Google for "compilerSourceVM", and you should find examples of enabling 1.5. Andrew Pliszka - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PR

Re: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread Daniel Gresh
APliszka-Public wrote: Google for "compilerSourceVM", and you should find examples of enabling 1.5. Andrew Pliszka - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

RE: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread Propes, Barry L [GCG-NAOT]
might require updated jar files for the servlets and jsps? -Original Message- From: Daniel Gresh [mailto:[EMAIL PROTECTED] Sent: Thursday, February 15, 2007 1:34 PM To: Tomcat Users List Subject: Tomcat 5.5.9 on Sun Solaris: JSP compilation error Hi list, Recently I upgraded Tomcat

RE: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread Larry Isaacs
r version of Tomcat 5.5.x and get a version of the Eclipse JDT compiler that does support Java 5.0. Cheers, Larry > -Original Message- > From: Daniel Gresh [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 15, 2007 2:52 PM > To: Tomcat Users List > Subject: Re: Tomcat 5.5

Re: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread APliszka-Public
Google for "compilerSourceVM", and you should find examples of enabling 1.5. Andrew Pliszka Daniel Gresh wrote: APliszka-Public wrote: Try using code that is not 1.5 specific [like for(String x: s)] if it is going to work then your pages are compiled as Java 1.4 source code, you will have c

Re: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread Daniel Gresh
APliszka-Public wrote: Try using code that is not 1.5 specific [like for(String x: s)] if it is going to work then your pages are compiled as Java 1.4 source code, you will have change tomcat config to so jsp compiler is compailing Java 1.5 source. Andrew Pliszka Daniel Gresh wrote: Hi lis

Re: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread APliszka-Public
Try using code that is not 1.5 specific [like for(String x: s)] if it is going to work then your pages are compiled as Java 1.4 source code, you will have change tomcat config to so jsp compiler is compailing Java 1.5 source. Andrew Pliszka Daniel Gresh wrote: Hi list, Recently I upgraded

Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread Daniel Gresh
Hi list, Recently I upgraded Tomcat from 4.0.5 to 5.5.9, due to some unusual problems I was experiencing with Tomcat 4.0.5. I was getting some Java compilation errors when I used JDK1.5 features, and neither I nor the two who replied to my message could figure out why. Upgrading was suggested