Stefano Mazzocchi wrote:
(we now ship our own servlet container)

[Possibly OT]


I know Jetty is cool and lightweight and fast, but there's a feature of Tomcat that I'm using now that I would hate to lose: the ability to define per-webapp datasources, have them pooled via DBCP and findable via JNDI. This allows me to refer to a single datasource name, for example in cocoon.xconf, and have it map to a different database connection on the development, staging and production machines.

Is this possible in Jetty, or do I have to maybe use the JBoss+Jetty combo or implement my own pool using Jakarta DBCP?

Thanks in Advance,

Ugo


-- Ugo Cei - Consorzio di Bioingegneria e Informatica Medica P.le Volontari del Sangue, 2 - 27100 Pavia - Italy Phone: +39.0382.525100 - E-mail: [EMAIL PROTECTED]



Reply via email to