Re: No jsp compiles

2005-02-08 Thread David Smith
Can we get a little detail on your environment?: - which Redhat? - Java SDK or JRE? - value of your JAVA_HOME environment variable (# echo $JAVA_HOME)? One possibility that comes to mind is you are required to have the SDK for all versions of Tomcat up though the 5.0.x series. Tomcat 5.5 uses

RE: No jsp compiles

2005-02-08 Thread Brian McGovern
Follow Up: in case anyone had the same issue. It was my installation of tomcat. I blew away old instance, downloaded binaries again and this time JSP's compiled fine. My guess is that the original tar ball was either a result of an incomplete download or was just simply the wrong one. Who

Re: No .jsp compiles

2002-11-14 Thread Francesca Arecco
Which configuration do you have? I've the same problem on Win 2k Tomcat 4.1.12 Apache 2.0.42 mod_jk2-2.0.42 Everything runs fine with servlet, when I try to execute a JSP I get the same error as you. Glen Eustace wrote: I seem to have something fundamentally wrong with my installation but

RE: No .jsp compiles

2002-11-14 Thread John Trollinger
Make sure you have the tools.jar in your classpath -Original Message- From: Glen Eustace [mailto:geustace;godzone.net.nz] Sent: Wednesday, November 13, 2002 11:57 PM To: [EMAIL PROTECTED] Subject: No .jsp compiles I seem to have something fundamentally wrong with my

Re: No .jsp compiles

2002-11-14 Thread Glen Eustace
RH 7.3, 2.4.18-10 Tomcat 4.1.12 Apache 1.3.27 but I am not even using that yet. J2RE1.4.1 On Thu, 2002-11-14 at 21:26, Francesca Arecco wrote: Which configuration do you have? I've the same problem on Win 2k Tomcat 4.1.12 Apache 2.0.42 mod_jk2-2.0.42 Everything runs fine with servlet,

RE: No .jsp compiles

2002-11-14 Thread Glen Eustace
I don't have tools.jar on my server, where do I get it from and where should it be stored ? On Fri, 2002-11-15 at 02:43, John Trollinger wrote: Make sure you have the tools.jar in your classpath -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Glen and Rosanne

RE: No .jsp compiles

2002-11-14 Thread John Trollinger
It is part of the jdk from sun.. And it should go in common/lib -Original Message- From: Glen Eustace [mailto:geustace;godzone.net.nz] Sent: Thursday, November 14, 2002 1:44 PM To: Tomcat Users List Subject: RE: No .jsp compiles I don't have tools.jar on my server, where do I

RE: No .jsp compiles

2002-11-14 Thread Glen Eustace
;godzone.net.nz] Sent: Thursday, November 14, 2002 1:44 PM To: Tomcat Users List Subject: RE: No .jsp compiles I don't have tools.jar on my server, where do I get it from and where should it be stored ? On Fri, 2002-11-15 at 02:43, John Trollinger wrote: Make sure you have