No jsp compiles

2005-02-08 Thread Brian McGovern
I just installed tomcat 5.0.28 and java 1.4.2_06 on redhat and no JSP compiles, with the following error: Even jsp with one line in them Any ideas? org.apache.jasper.JasperException: Unable to compile class for JSP org.apache.jasper.JspCompilationContext.compile

Re: No jsp compiles

2005-02-08 Thread David Smith
Jikes (I think). --David Brian McGovern wrote: I just installed tomcat 5.0.28 and java 1.4.2_06 on redhat and no JSP compiles, with the following error: Even jsp with one line in them Any ideas? org.apache.jasper.JasperException: Unable to compile class for JSP

RE: No jsp compiles

2005-02-08 Thread Brian McGovern
knows. -Original Message- From: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 12:53 PM To: Tomcat Users List Subject: No jsp compiles I just installed tomcat 5.0.28 and java 1.4.2_06 on redhat and no JSP compiles, with the following error: Even jsp

Trying to use jikes for jsp compiles

2003-03-13 Thread Rasputin
Hi there, I've tried to get jikes working , following the steps at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html I've rebuilt jike sagainst libiconv to support the -encoding flag, I don't know if it has UTF8 support, but it doesn't seem to be getting this far. I tried

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

No .jsp compiles

2002-11-13 Thread Glen Eustace
I seem to have something fundamentally wrong with my installation but do not have sufficient experience with Tomcat or Java to identify what it is. All .jsp pages give the following sort of error. Returned in Browser. root cause org.apache.jasper.JasperException: Unable to

RE: JSP compiles with -g?

2001-09-20 Thread Larry Isaacs
in Jasper: http://www.mail-archive.com/tomcat-dev@jakarta.apache.org/msg03760.html Cheers, Larry -Original Message- From: Chris Lamey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 19, 2001 6:05 PM To: [EMAIL PROTECTED] Subject: Re: JSP compiles with -g? Just in case

Re: JSP compiles with -g?

2001-09-19 Thread Chris Lamey
PM To: [EMAIL PROTECTED] Subject: Re: JSP compiles with -g? Thanks for the info, but I'm still having a problem getting it working. I'm using the example number guesser as a test for this. Here's what I did: - Add the following XML to webapps/examples/WEB-INF/web.xml servlet-namejsp/servlet

Re: JSP compiles with -g?

2001-09-19 Thread Chris Lamey
Just in case anyone wants to know... Tomcat 3.3-b2 with the classDebugInfo='true' in the JspInterceptor in server.xml worked for me. It generates classes with debugging info so it's possible to play with local variables on the current stack. I never managed to get 3.2.3 to work, doesn't