Re: org.apache.jasper.JasperException: Unable to compile class for JSP: ANSWER

2004-05-21 Thread aiye4686
Heh, just in case anyone is ever as stupid as me in teh future: I realised that I had put catalina-ant.jar into my TOMCAT_HOME\common\lib directory, as well as my WEB-INF\lib directory... I have no idea why I did that, but blame youthful stupidity. Somehow, having catalina-ant.jar in the common\

RE: org.apache.jasper.JasperException: Unable to compile class for JSP

2003-11-20 Thread Derek Mahar
Also see http://jakarta.apache.org/tomcat/faq/classnotfound.html. Derek -Original Message- From: Luis Estevens [mailto:[EMAIL PROTECTED] Sent: November 20, 2003 12:44 PM To: '[EMAIL PROTECTED]' Subject: org.apache.jasper.JasperException: Unable to compile class for JSP Hello I have

RE: org.apache.jasper.JasperException: Unable to compile class for JSP

2003-11-20 Thread Derek Mahar
Did you put your class in package? Unless you put your classes (even those in a jar file) in a package, Tomcat assumes a default package of "org.apache.jsp". If you did not put your class in that package, Tomcat won't find it. See http://marc.theaimsgroup.com/?l=tomcat-user&m=102997632829655&w=2

Re: org.apache.jasper.JasperException: Unable to compile class for JSP

2003-10-15 Thread Tim Funk
See the faq http://jakarta.apache.org/tomcat/faq/classnotfound.html -Tim [EMAIL PROTECTED] wrote: Hi guys! I am getting following error while trying to run a jsp page in Tomcat 4.1 and JDK 1.4. An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling

Re: org.apache.jasper.JasperException: Unable to compile class for JSP

2003-10-13 Thread Ilja
anyone? On Sun, 12 Oct 2003 15:35:25 +0200, "Ilja" <[EMAIL PROTECTED]> said: > In tried installing opencms (www.opencms.org), but got the following > error when running on Tomcat 5.0.7: > > I think this is a Tomcat 5.0.x related problem, since according to the > developers it runs fine on a Tomca

Re: "org.apache.jasper.JasperException: Unable to compile class for JSP" errorsafter switching from Tomcat 4.1.18LE to 4.1.27

2003-09-02 Thread Joe_Rattz
t Users List" <[EMAIL PROTECTED]> cc Subject Re: "org.apache.jasper.JasperException: Unable to compile class for JSP" errors after switching from Tomcat 4.1.18LE to 4.1.27 Ooops, ok I had one other 'significant' change that I failed to mention. I had also upgraded t

Re: "org.apache.jasper.JasperException: Unable to compile class for JSP" errorsafter switching from Tomcat 4.1.18LE to 4.1.27

2003-08-29 Thread Joe_Rattz
Ooops, ok I had one other 'significant' change that I failed to mention. I had also upgraded to jdk1.4.2 from 1.4.1_03. I thought in my testing I had eliminated that possibility, but I was wrong. It looks like there is a bug in jdk1.4.2 that is causing my problem. I am basing that on the fol

RE: org.apache.jasper.JasperException: Unable to compile class for JSP

2002-02-18 Thread Randy Layman
Open up the generated Java file, but I believe that you will see some extra stuff before the imports from something at the top of your JSP file that shouldn't be there. Randy > -Original Message- > From: john bell [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 18,

RE: org.apache.jasper.JasperException: Unable to compile class for JSP

2001-03-14 Thread guyr
Since you didn't provide a fully qualified class name, Tomcat defaulted to looking in the current directory, relative to /examples. So it was looking for jsp/dates/DbWriter.class. Where are you keeping your class? Is it in the classpath? -Original Message- From: Mandar Joshi [mailto:[E