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]

Reply via email to