> 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
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
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
> 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,
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
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
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();
I am trying to configure database pooling in tomcat 6.
I have:
/META-INF/context.xml :