I agree with Filip.  While TC 4.1.x is only supposed to depend on Java
1.2.x, the testing on < 1.3 has been near zero.  I have enough headaches
fighting the Java version battles for TC 3.3.x, so I really don't want to
take this one on.

"Filip Hanik" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> use either 1.3.x or 1.4.x
>
> Filip
>
> > -----Original Message-----
> > From: Stephen Peterson [mailto:[EMAIL PROTECTED]
> > Sent: Sunday, March 30, 2003 8:17 PM
> > To: [EMAIL PROTECTED]
> > Subject: which IBM SDK for AIX to use with Tomcat 4.1.24?
> >
> >
> > Hi,
> > I'm trying to move from websphere to tomcat on AIX.  At first I
> > thought I could just use the same JDK that was installed with
> > websphere:
> > $ java -fullversion
> > java full version "J2RE 1.2.2 IBM build ca122-20011213was"
> > $
> > But this doesn' seem to work.  I can setart Tomcat okay, but I
> > get an error trying to open index.jsp:
> >
> > ---------------
> > 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] Since fork is true, ignoring compiler setting.
> >     [javac] Compiling 1 source file
> >     [javac] Since fork is true, ignoring compiler setting.
> >
> >
> >
> > at
> > org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultE
> > rrorHandler.java:130)
> > at
> > org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatc
> > her.java:293)
> > at
> > org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:353)
> > at
> > org.apache.jasper.compiler.Compiler.compile(Compiler.java:370)
> > at
> > org.apache.jasper.JspCompilationContext.compile(JspCompilationCont
> > ext.java:473)
> > at
> > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrap
> > per.java:190)
> > ...etc ...
> > ------------------
> > There is a bunch of env settings done in wrappers found in the
> > file
> > $JAVA_HOME/bin/sh/javac
> > which at the end calls $JAVA_HOME/bin/javac, and I've set those
> > in my environment so that the javac and java cmds seem to work
> > okay at the shell prompt.  But it doesn't work with Tomcat.
> >
> > So, my next step was to request an install a download of the SDK
> > that comes in AIX installp format.  Looks like I can go with SDK
> > 1.2.2 with some fixes put on it, or with SDK 1.3.0, or SDK
> > 1.3.1.  I have an AIX 4.3.3 box, so I cannot get any newer than
> > SDK 1.3.1.
> >
> > Anyone have advice on how to proceed?
> > thanks
> >
> > Steve Peterson
> >
> >
> > __________________________________________________
> > Do you Yahoo!?
> > Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
> > http://platinum.yahoo.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to