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 doing a static install and restarting my tomcat each

Re: tomcat 6 database pooling, DataSource returning NULL connection

2009-07-19 Thread Mark Thomas
: 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, that's exactly the procedure that can

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 the JRE/JDK you're using

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

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 knst.koli...@gmail.comwrote: See

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, that's exactly the procedure

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 : Resource name=jdbc/tabscorp_tabsdb auth=Container type=javax.sql.DataSource maxActive=100 maxIdle=30 maxWait=1 username=tabscorp_tabs password=Ramsalot52

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 : Resource name=jdbc/tabscorp_tabsdb auth=Container type=javax.sql.DataSource maxActive=100 maxIdle=30 maxWait=1 username=mylogin password=mypass