RE: Load datasource config without action classes

2005-10-21 Thread R.Vijayaraghavan
Configure a JNDI data-source. Different application servers do it differently. regards, vijay. > -Original Message- > From: M4RC0 [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 18, 2005 4:22 PM > To: Struts Users Mailing List > Subject: Load datasource config without

Load datasource config without action classes

2005-10-18 Thread M4RC0
Hi i'm thinking about loading struts-config datasources configuration directly to my business classes, but i appears to be necesary to use action clases (by calling getDataSource method). is it possible to use a load-on-startup servlet to get struts configured datasources (or something similar, in