You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Seth Brahler <sp...@cornell.edu> on 2002/09/17 20:05:09 UTC

dates.JspCalendar

I don't know if I have configured Tomcat incorrectly, but when I copy the 
code from "examples/jsp/dates/date.jsp" (where it works) and place the it 
anywhere else, I get the error: "Unable to load class /dates.JspCalendar"

What am I missing?




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: dates.JspCalendar

Posted by Kwok Peng Tuck <pe...@makmal.com>.
You need to copy the class files to be able to use it. If it's a servlet 
then you should copy the definition in web.xml . Since it isn't just 
copy the class file from WEB-INF.

Seth Brahler wrote:

> I don't know if I have configured Tomcat incorrectly, but when I copy 
> the code from "examples/jsp/dates/date.jsp" (where it works) and place 
> the it anywhere else, I get the error: "Unable to load class 
> /dates.JspCalendar"
>
> What am I missing?
>
>
>
>
> -- 
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>