DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31731>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31731 ClassCastException from ActionServlet.getRequestProcessor() ------- Additional Comments From [EMAIL PROTECTED] 2004-10-15 19:51 ------- Just curious, have you tried the following in /WEB-INF/weblogic.xml: <weblogic-web-app> <container-descriptor> <prefer-web-inf-classes>true</prefer-web-inf-classes> </container-descriptor> </weblogic-web-app> By default, <prefer-web-inf-classes> is set to false, which means the standard J2SE classloader delegation is in effect. To get J2EE style classloading, set this to true. In other words, setting this to true makes WLS load classes more like Tomcat. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
