Re: Is TC 5.0.28 forward compatible with Java 5

2005-12-07 Thread Yoav Shapira
Hi, Try it ;) Yoav On 12/7/05, Satish MG <[EMAIL PROTECTED]> wrote: > > Hi Yoav, > > Can I accomplish the goal of running Tomcat 5.0.28 on Java 5 by giving the > option "-source 1.4.2" to javac at compile time and by not making any > changes to the source code? > > Thanks > satish > > On 12/6/05,

Re: Is TC 5.0.28 forward compatible with Java 5

2005-12-06 Thread Satish MG
Hi Yoav, Can I accomplish the goal of running Tomcat 5.0.28 on Java 5 by giving the option "-source 1.4.2" to javac at compile time and by not making any changes to the source code? Thanks satish On 12/6/05, Yoav Shapira <[EMAIL PROTECTED]> wrote: > > Hi, > I think you can run Tomcat 5.0.28 on

Re: Is TC 5.0.28 forward compatible with Java 5

2005-12-06 Thread Yoav Shapira
Hi, I think you can run Tomcat 5.0.28 on JSE 5 without any further work. In order to compile it on JSE 5 you need to replace the variables named enum with something that's not a keyword. Yoav On 12/6/05, Satish MG <[EMAIL PROTECTED]> wrote: > Hi, > > I am using Tomcat 5.0.28 with Java 1.4.2. Now

Is TC 5.0.28 forward compatible with Java 5

2005-12-06 Thread Satish MG
Hi, I am using Tomcat 5.0.28 with Java 1.4.2. Now I have to use the Tomcat with Java 5.0. Even though Tomcat 5.5.X is Java 5 compatible with Java 5, I wanted Tomcat 5.0.28 on Java 5. So I wanted to Know whether Tomcat 5.0.28 is compatible with Java 5. Thanks satish

Is TC 5.0.28 forward compatible with Java 5

2005-12-05 Thread Satish MG
Hi, I am using Tomcat 5.0.28 on Java 1.4.2. Now I have to use Tomcat with Java 5.0. Even though Tomcat 5.5.X is compatible with Java 5, I wanted Tomcat 5.0.28 on Java 5. So I wanted to Know whether Tomcat 5.0.28 is compatible with Java 5. If it is not compatible then any idea as to what will be t