DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14542>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14542 ConnectionPools with STRUTS (<datasources> ....) do not work... ------- Additional Comments From [EMAIL PROTECTED] 2002-11-18 02:56 ------- Actually, if you check the Struts 1.0.2 dtd (http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd), you'll see that the previously used attributes were deprecated in favor of <set-property> attributes. Jeevan, it appears that you have issues not related to the datasources configuration. The 'Cannot find ActionMappings or ActionFormBeans collection' error is typically caused when the framework cannot even find your struts-config.xml file. You should not be able to hit any *.do actions. Please verify that you've configured your web.xml correctly and that your .war file is deployed with all the correct config files. If that works fine, then the next step I would do is upgrade Tomcat to at least 4.0.6 (preferable 4.1.12). -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>