thanks it works

-----Original Message-----
From: Wendy Smoak [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 28, 2004 5:42 PM
To: Tomcat Users List
Subject: Re: why do we get ...javax.servlet.ServletException:
org/apache/jsp/result_jsp (wrong name:org/apache/jsp/Result_jsp)


From: "Shilpa Nalgonda" <[EMAIL PROTECTED]>
> javax.servlet.ServletException: org/apache/jsp/result_jsp (wrong name:
> org/apache/jsp/Result_jsp)
> In the beginning i had path as "result.jsp" in forward element of struts
> config file.  But i have named the jsp as Result.jsp.  But inorder to
> correct it i rename Result.jsp name to result.jsp .
> And i rejared everything and deployed on Tomcat, ut still i have the above
> problem..can someone help where i am doing wrong.

Delete all the stuff under /path/to/tomcat/work/${context} (or just the
result_jsp.java and .class files) and it should recompile them and work
fine.  I'm guessing you're on Windows, and it didn't "see" the rename
properly.

--
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to