Re: JasperException: Unable to compile class for JSP

2005-10-04 Thread Tim Funk
Put it in a package ... http://jakarta.apache.org/tomcat/faq/classnotfound.html -Tim Goo GGooo wrote: On 10/4/05, Wendy Smoak wrote: From: Goo GGooo [EMAIL PROTECTED] An error occurred at line: 1 in the jsp file: /name.jsp Generated servlet error: UserData cannot be resolved or is not a

JasperException: Unable to compile class for JSP

2005-10-03 Thread Goo GGooo
Hi all, I've got Tomcat 5.5.9 running on SUSE Linux 9.2, followed tutorial at http://www.coreservlets.com/Apache-Tomcat-Tutorial/ and got it up and running, can see the Tomcat mainpage and run all bundled examples. However when I try a trivial example with HTML forms Tomcat barfs: ===

Re: JasperException: Unable to compile class for JSP

2005-10-03 Thread Goo GGooo
On 10/4/05, Wendy Smoak wrote: From: Goo GGooo [EMAIL PROTECTED] An error occurred at line: 1 in the jsp file: /name.jsp Generated servlet error: UserData cannot be resolved or is not a type === Files webapps/tut/name.jsp and webapps/tut/WEB-INF/classes/UserData.java are attached.

JasperException: Unable to compile class for JSP, root cause: FileNotFoundException

2004-03-19 Thread Martin Morawetz
Hello! Problem: I don't get Tomcat to compile my jsps. I have the problem just with new Jsps (so path and file in the work-directory don't exist yet) I also just have the problem with tomcat running as daemon. The daemon and the normal tomcat-application both are running as user

AW: JasperException: Unable to compile class for JSP

2002-06-21 Thread Ralph Einfeldt
. (Don't forget {JAVA_HOME}\jre\lib\ext !) - Which Version of tomcat do you use ? -Ursprüngliche Nachricht- Von: Pearsall, Kyle [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 20. Juni 2002 02:00 An: Tomcat (E-mail) Betreff: JasperException: Unable to compile class for JSP Now I

RE: JasperException: Unable to compile class for JSP

2002-06-21 Thread Pearsall, Kyle
]] Sent: Thursday, June 20, 2002 11:50 PM To: Tomcat Users List Subject: AW: JasperException: Unable to compile class for JSP Your error message sounds as if pageContext.handlePageException() is is defined to accept just an Instance of Exception not Throwable. That could be caused be a jar file

RE: JasperException: Unable to compile class for JSP

2002-06-20 Thread Pearsall, Kyle
understand yet. Your help is most appreciated. Thank you, Kyle P. -Original Message- From: Andrew Conrad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 19, 2002 5:27 PM To: 'Tomcat Users List' Subject: RE: JasperException: Unable to compile class for JSP I think your answer is right