Re: Catalina doesn't like JRE, but works fine with JDK

2002-09-11 Thread Wolfgang Stein
; Subject: AW: Catalina doesn't like JRE, but works fine with JDK > > > Nevertheless tomcat should run with the JRE unless > tomcat doesn't have to compile jsp's at runtime. > (if you don't use jsp's or use just precompiled jsp's). > > > -----Or

Re: Catalina doesn't like JRE, but works fine with JDK

2002-09-11 Thread Thomas T. Veldhouse
I do believe that it is missing a java compiler -- and the tools.jar that can be used for it. Tom Velhdouse - Original Message - From: "Wolfgang Stein" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 11, 2002 8:29 AM Subject: Catalina doesn't like JRE, but works fi

Re: Catalina doesn't like JRE, but works fine with JDK

2002-09-11 Thread Jean-Francois Arcand
Actually, Jasper (the JSP compiler) use classes that comes with the JDK and are not included with the JRE. Specifically, it uses the tools.jar file included with the JDK. -- Jeanfrancois Wolfgang Stein wrote: >I just installed JRE 1.3.1_04 and JDK 1.3.1_04 successively. > >Pointing JAVA_HOME

RE: Catalina doesn't like JRE, but works fine with JDK

2002-09-11 Thread Donie Kelly
Tomcat needs the JDK to compile JSP pages. The JRE does not include the compiler. Donie -Original Message- From: Wolfgang Stein [mailto:[EMAIL PROTECTED]] Sent: 11 September 2002 14:29 To: [EMAIL PROTECTED] Subject: Catalina doesn't like JRE, but works fine with JDK I just installed J