Thanks for trying to help. I'm still stumped. I don't point to the struts.jar anywhere within JRun, not on my system classpath, only place is in the actually applications WEB-INF/lib directory. I've stuck so much stuff in there now trying to get it to work with no luck. I'd appreciate any other suggestions to try. Here's what's currently in my app/WEB-INF/lib directory (I'm sure some of these I don't need. I was just trying to take some out of Tomcat's default lib directory seeing if that would help):
activation.jar commons-beanutils.jar commons-validator.jar commons-collections.jar commons-digester.jar commons-logging.jar connector_util.jar core_util.jar crimson.jar etomcat.jar facade22.jar jakarta-regexp-1.2.jar jasper.jar jasper-runtime.jar mail.jar servlet.jar struts.jar struts-validator.jar tomcat_core.jar tomcat_util.jar tomcat_modules.jar xalan.jar On Thursday, April 4, 2002, 7:47:19 AM, Gilson wrote: GNDE> Look on struts.jar path, this file must to be on your GNDE> WEBAPP\WEB-INF\LIB directory not in WEBCONTAINER\WEB-INF\LIB GNDE> public directory. It error commonly occur when your WEBServer GNDE> container find struts.jar in another directory from your GNDE> CLASSPATH (the first occurrence of struts.jar found is used by GNDE> WEBServer container for your WEBApplication). If the struts.jar GNDE> found doesn't in your WEBAPP\WEB-INF\LIB directory therefore the GNDE> STRUTS lost the class references. I did have this same problem GNDE> and I resolved it erasing falses struts.jar references from GNDE> CLASSPATH that wasn't TRULY my WEBAPP\WEB-INF\LIB. Try it, find GNDE> all struts.jar and remove struts.jar false references... You GNDE> don't need keep struts.jar in your CLASSPATH only put it in your GNDE> Webapp\WEB-INF\LIB. If struts.jar doesn't is correctly GNDE> installed in WEBAPP\WEB-INF\LIB directory STRUTS will not find GNDE> your MESSAGE RESOURCE and STRUTS-CONFIG.XML files. GNDE> Let me know if it worked out, ok !? GNDE> Good Luck. >> ----- Mensagem original ----- >> De: Rick Reumann [SMTP:[EMAIL PROTECTED]] >> Enviada em: quarta-feira, 3 de abril de 2002 21:00 >> Para: [EMAIL PROTECTED] >> Assunto: JRun and struts problem worked out? >> >> gilson, >> >> Hi, did you ever get that JRun/Struts problem worked out? I'm getting >> the same error with JRun (and not using Tomcat) >> "Cannot find ActionMappings or ActionFormBeans collection" >> >> Please let me know what you did to resolve this problem. Thanks so >> much. >> >> -- >> >> Rick >> mailto:[EMAIL PROTECTED] >> >> "I bet a fun thing would be to go way back in time to where there was >> going to be an eclipse and tell the cave men, 'If I have come to >> destroy you, may the sun be blotted out from the sky.' Just then the >> eclipse would start, and they'd probably try to kill you or something, >> but then you could explain about the rotation of the moon and all, and >> everyone would get a good laugh." >> -Jack Handey -- Rick mailto:[EMAIL PROTECTED] "I'd like to be buried Indian-style, where they put you up on a high rack, above the ground. That way, you could get hit by meteorites and not even feel it." -Jack Handey -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>