> hi, there
>
> Merry christmas and happy new year!
>
> I have some problem when I deploy jsp to tomcat. it
> works in Jbuilder. but when deploy it to Unix, I get
> 500 internal server error:(I deploy this jsp to tomcat
> example webapp, it works fine. can somebody please
> help me? thank you very much!)
> description: The server encountered an internal error
> (Internal Server Error) that prevented it from
> fulfilling this request.
>
> exception
>
> org.apache.jasper.JasperException: Unable to compile
> class for JSP
> /usr/local/web/tomcat1/work/localhost/OBS/jsp/useridError$jsp.java:66:
> Incompatible type for method. Explicit cast needed to
> convert java.lang.Throwable to java.lang.Exception.
>             if (pageContext != null)
> pageContext.handlePageException(t);
>
>               ^
> 1 error
try pageContext.handlePageException((Exception)t);

Yuriy

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to