Hi,

Marco Rossi wrote:
Hi,
it's possible to configure Tomcat 4.1.24 to use another DataSource implementation, and 
not DBCP?

yes. Tomcat can be configured to use another DataSource than DBCP by modifying its server.xml file (see JNDI DataSource HOWTO[1]).

AS an example, I've done it to use a XA-aware pool instead of DBCP to integrate JOTM 
(a transaction
manager) with Tomcat (see Tomcat-JOTM howto[2]).

jeff

[1] http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html
[2] http://www.objectweb.org/jotm/current/jotm/doc/howto-tomcat-jotm.html


-- Jeff Mesnil INRIA - ObjectWeb Consortium JOTM project leader email: jmesnil at inrialpes.fr homepage: http://sardes.inrialpes.fr/people/jmesnil/perso.html


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to