I want to migrate my struts application from 1.1 to struts 1.3.5 Previously there was the data-sources and data-source tags in struts-config.xml which are removed from 1.3.5 Can anyone help me how to configure database connections with struts 1.3.5? (define database URL, username etc..)
There is nothing important in the faq!!! check it carefully ... I know that we should use JNDI. I've already modified my server.xml (creation of defaultcontext inside the host + creating resource etc.. also in web.xml i make the refernece). the problem is that it's not working.