RE: tomcat 6 database pooling, DataSource returning NULL connection

2009-07-19 Thread Caldarale, Charles R
> From: Lucas Vickers [mailto:lucasvick...@gmail.com] > Subject: Re: tomcat 6 database pooling, DataSource returning NULL > connection > > I refreshed the config file and I am still getting NULL connections > to my database. Just for completeness, check the security policy in

Re: tomcat 6 database pooling, DataSource returning NULL connection

2009-07-19 Thread Mark Thomas
les R < > chuck.caldar...@unisys.com> wrote: > >>> From: Lucas Vickers [mailto:lucasvick...@gmail.com] >>> Subject: Re: tomcat 6 database pooling, DataSource returning NULL >>> connection >>> >>> I am doing a static install and restarting m

Re: tomcat 6 database pooling, DataSource returning NULL connection

2009-07-19 Thread Lucas Vickers
issue. Lucas On Sat, Jul 18, 2009 at 9:24 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Lucas Vickers [mailto:lucasvick...@gmail.com] > > Subject: Re: tomcat 6 database pooling, DataSource returning NULL > > connection > > > > I am doin

RE: tomcat 6 database pooling, DataSource returning NULL connection

2009-07-18 Thread Caldarale, Charles R
> From: Lucas Vickers [mailto:lucasvick...@gmail.com] > Subject: Re: tomcat 6 database pooling, DataSource returning NULL > connection > > I am doing a static install and restarting my tomcat each time I > make a file change, so I do not think this is the issue. Actually,

Re: tomcat 6 database pooling, DataSource returning NULL connection

2009-07-18 Thread Lucas Vickers
I am doing a static install and restarting my tomcat each time I make a file change, so I do not think this is the issue. thanks tho On Sat, Jul 18, 2009 at 8:41 PM, Konstantin Kolinko wrote: > See > > http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html#A%20word%20on%20Contexts > > Tomca

Re: tomcat 6 database pooling, DataSource returning NULL connection

2009-07-18 Thread Konstantin Kolinko
See http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html#A%20word%20on%20Contexts Tomcat makes a copy of your META-INF/context.xml when the application is deployed, and will not see changes to that file unless you fully undeploy and redeploy your application. 2009/7/19 Lucas Vickers : > w

Re: tomcat 6 database pooling, DataSource returning NULL connection

2009-07-18 Thread Lucas Vickers
woops, email was sent prematurely anyway, the full email: META-INF/context.xml : WEB-INF/web.xml : TABS DB Connection jdbc/tabscorp_tabsdb javax.sql.DataSource Container Java Code: InitialContext cxt = new InitialContext();

tomcat 6 database pooling, DataSource returning NULL connection

2009-07-18 Thread Lucas Vickers
I am trying to configure database pooling in tomcat 6. I have: /META-INF/context.xml :