Re: Placement of custom resource factories

2009-09-11 Thread Kirill Vasiliev
Sorry, previous message was incomplete. We have a custom factory that derive from org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory. We have it inside our war, we're plug it in inside application's context.xml as So when we're trying to get jdbc/db by calling DataSource dataSource = ( DataSo

Re: Placement of custom resource factories

2009-09-11 Thread Kirill Vasiliev
We have a custom factory that derive from org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory. We have it inside our war, we're plug it in inside application's context.xml as On Fri, Sep 11, 2009 at 6:57 PM, Mark Thomas wrote: > Kirill Vasiliev wrote: > > Tomcat-5.5.27 > > Java 1.5.17 > > Win

Re: Placement of custom resource factories

2009-09-11 Thread Mark Thomas
Kirill Vasiliev wrote: > Tomcat-5.5.27 > Java 1.5.17 > Win XP SP2 > > In the documentation about custom resource factories ( > http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html) I read > following: When you are through, place the factory class (and the > corresponding bean class) u