Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Struts - A MVC web framework
Tomcat - JSP/Servlet container
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
JSP - A mailing list about Java Server Pages specification and reference
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
org.apache.jasper.JasperException: Unable to compile class for JSP

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

2003-11-20       - By Derek Mahar

 Back
Reply:     1     2     3     4     5     6     7  

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&m2997632829655&w=2.

Derek

-- --Original Message-- --
From: Luis Estevens [mailto:lestevens@(protected)]
Sent: November 20, 2003 12:44 PM
To: 'tomcat-user@(protected)'
Subject: org.apache.jasper.JasperException Source code of org.apache.jasper.JasperException: Unable to compile class for
JSP


Hello



I have Windows2000 Server, IIS5, jdk 1.4 and Tomcat 4112



After sucesuffly installed TomCat and tested it through
http://localhost/examples/servlet/HelloWorldExample
<http://localhost/examples/servlet/HelloWorldExample>  i tried to put
some jsp witch calls a bean to work



Unfortunally i get an "org.apache.jasper.JasperException Source code of org.apache.jasper.JasperException: Unable to
compile class for JSP"



I created a jsp file named "time.jsp" and put it into a directory named
bigjava into webapp. The "Timebeanclass" witch is invoked in time.jsp
and i put into a jar file with the corrected classpath is placed into
the classes file, witch also contains the Timebeanclass.java



I already search google and found lots of people with the same problems,
but nothing applies to me



Got any clue?



Thanks in advance



Luis Estevens



-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)