RES: Java 1.4.2 to 1.5 upgrade tips

2008-03-26 Thread Milanez, Marcus
: Re: Java 1.4.2 to 1.5 upgrade tips What I'm worried about is the Servlet spec. We have some legacy stuff that only compiles correctly using the "servlet.jar" which includes JSP 1.1 I think. Anyways, my fear is that this might not be supported with Java 1.5, and that stuff

Re: Java 1.4.2 to 1.5 upgrade tips

2008-03-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan, Jonathan Mast wrote: | What I'm worried about is the Servlet spec. We have some legacy stuff that | only compiles correctly using the "servlet.jar" which includes JSP 1.1 I | think. Anyways, my fear is that this might not be supported wit

Re: Java 1.4.2 to 1.5 upgrade tips

2008-03-26 Thread Jonathan Mast
What I'm worried about is the Servlet spec. We have some legacy stuff that only compiles correctly using the "servlet.jar" which includes JSP 1.1 I think. Anyways, my fear is that this might not be supported with Java 1.5, and that stuff will have to be recoded to make use of "servlet-api.jar" wh

Re: Java 1.4.2 to 1.5 upgrade tips

2008-03-25 Thread David kerber
Jonathan Mast wrote: It looks like we might have to upgrade to Java 1.5 from 1.4.2 and I was wondering if someone could point me to a guide on the pitfalls to watch out for as per Tomcat 5.5. thanks, I don't have a specific reference, but IIRC, there was very little code that would work cor

Re: Java 1.4.2 to 1.5 upgrade tips

2008-03-25 Thread Len Popp
On Tue, Mar 25, 2008 at 12:27 PM, Jonathan Mast <[EMAIL PROTECTED]> wrote: > It looks like we might have to upgrade to Java 1.5 from 1.4.2 and I was > wondering if someone could point me to a guide on the pitfalls to watch out > for as per Tomcat 5.5. > > thanks, > Remember to remove the Java 1

Java 1.4.2 to 1.5 upgrade tips

2008-03-25 Thread Jonathan Mast
It looks like we might have to upgrade to Java 1.5 from 1.4.2 and I was wondering if someone could point me to a guide on the pitfalls to watch out for as per Tomcat 5.5. thanks,