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]



Reply via email to