Hi, when you see something like package.className, first thing you want to
check is to see if the full path is correctly defined under your
WEB-INF/classes folder. In your output below, I don't see you have the
package name 'dates' under classes.
-Yan
-----Original Message-----
From: Prashant Khanna [mailto:pkhann1@(protected)]
Sent: April 26, 2004 10:56
To: Tomcat Users List
Subject: trying to use the dates.jsp
I am trying to use the dates.jsp file the comes along by default with the
tomcat server.
Edson Alves Pereira <eapereira@(protected):
Are you trying to use a JSP page or calling a servlet?
> ----------
> De: Prashant Khanna[SMTP:pkhann1@(protected)]
> Responder: Tomcat Users List
> Enviada: segunda-feira, 26 de abril de 2004 11:34
> Para: Tomcat Users List
> Assunto: Re: Unfixable tomcat error
>
> I have the JspCalendar.java file and also the JspCalendar.class file
> stored under the respective WEB-INF/dates folder.
>
> I am doing this whole setup so that users could use the tomcat server to
> execute their applications from their respective accounts.
>
> QM wrote:
> On Sun, Apr 25, 2004 at 09:21:46PM -0700, Prashant Khanna wrote:
> : <...>/webapps/users/pkhann1/WEB-INF/classes/JspCalendar.class
> : <...>/webapps/users/pkhann1/WEB-INF/classes/JspCalendar.java
> ^^^^^^^^^^^^^^^^^^^^
> : [snip]
> :
org.apache.jasper.JasperException: dates.JspCalendar
> ^^^^^^^^^^^^^^^^^^^^
>
> You're missing a dir under WEB-INF/classes.
> Why build your code and copy it to your webapp?
> Use javac's "-d" switch to specify the target dir, so package structure
> remains intact.
>
> -QM
>
> --
>
> software -- http://www.brandxdev.net
> tech news -- http://www.RoarNetworX.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
> For additional commands, e-mail: tomcat-user-help@(protected)
>
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Photos: High-quality 4x6 digital prints for 25¢
>
---------------------------------
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25¢
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)