You shouldn't configure a DataSource in Struts. Instead set it up in Tomcat and look up the DataSource with JNDI. Here's a howto for Tomcat: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html
David --- Marius Seiceanu <[EMAIL PROTECTED]> wrote: > Hello, > > On http://jakarta.apache.org/struts/faqs/database.html I found out > > how to use BasicDataSource. > The problem is that in some classes of my application (under Tomcat > context) which is using Struts i don't have access to request, so i > can't use: > dataSource = getDataSource(request); > > Is there any possibility to configure struts to put automaticaly the > > BasicDataSource instances on a JNDI context, so I can get them later, > from classes under the same Tomcat context? > > Thank you, > Marius Seiceanu. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]