Hi, I'm developing a Struts-app which I'm trying to get reloaden on demand. 
But the reloading allways results in ClassCastException.
I know I'm not supposed to have the webapp jars/wars in tomcat-classpath, and 
I don't have it either, but I still get the exceptions...
Here is some of the log:

==> logs/jasper.log <==
2001-01-15 10:52:20 - Classpath according to the Servlet Engine is: 
/export/home/andreak/jakarta-tomcat-3.2.1/webapps/struts-example/WEB-INF/classes:/export/home/andreak/jakarta-tomcat-3.2.1/webapps/struts-example/WEB-INF/lib/struts.jar

==> logs/servlet.log <==
2001-01-15 10:52:20 - Ctx( /struts-example ): Exception in: R( 
/struts-example + /index.jsp + null) - javax.servlet.ServletException: 
org.apache.struts.util.PropertyMessageResources
        at 
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:459)
        at 
_0002findex_0002ejspindex_jsp_0._jspService(_0002findex_0002ejspindex_jsp_0.java:345)
...
...

Root cause:
java.lang.ClassCastException: org.apache.struts.util.PropertyMessageResources
        at 
org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:229)
        at 
_0002findex_0002ejspindex_jsp_0._jspService(_0002findex_0002ejspindex_jsp_0.java:90)
----------------------------------------------------------------------

The struts.jar only exists in my webapp/myapp/WEB-INF/lib, any ideas what the 
problem might be, do I need to provide any moore info for sorting this out?
Thank you for some help on this.

-- 
Andreas Joseph Krogh <[EMAIL PROTECTED]>

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

Reply via email to