Re: Tomcat ignores the missing JDBC DataSource reference in web.xml

2008-08-24 Thread Kees Jan Koster
Dear Gennady, My web.xml descriptor missing reference to JDBC data source defined in context.xml ( section), but web application runs just fine and pooled data source consumed by hibernate. Same here. I read somewhere that the tutorials are wrong and the this is the way it's supposed to

Tomcat ignores the missing JDBC DataSource reference in web.xml

2008-08-21 Thread Gennady Shumakher
My web.xml descriptor missing reference to JDBC data source defined in context.xml ( section), but web application runs just fine and pooled data source consumed by hibernate. >From my perspective it is one setting less I have to care of. But since it does not apply neither the servlet spec nor