Re: request information to 2 databases

2005-03-22 Thread Nicolas De Loof
Simply define 2 datasources as resources for your webapp and get them using a JNDI lookup. You will not have a share transactionnal context until you use JTA and 2-pass commit, but for readonly access, you don't need it. Nico. Ryan julius a écrit : Hi, I would like, from a struts action, to q

request information to 2 databases

2005-03-22 Thread Ryan julius
Hi, I would like, from a struts action, to query informations from 2 different databases: mySql and Oracle. both are on different servers, respectively (Jupiter:2740) and (orion:2556). How should I configure the system for being able to do that. Any references would be appreciated. Thanks.