Re: explanation of resource-ref in web.xml

2013-04-18 Thread Jakub 1983
Konstantin, thx for your reply. Do you know name of such a tool and application server which offers configuration of database connection on basis of web.xml.resource-ref ? regards Jakub On Thu, Apr 18, 2013 at 11:05 AM, Konstantin Kolinko wrote: > 2013/4/18 Jakub 1983 : > > I have tried googl

Re: explanation of resource-ref in web.xml

2013-04-18 Thread Konstantin Kolinko
2013/4/18 Jakub 1983 : > I have tried google, but this links don't explain me, eg 4 states > > > jdbc/primaryDB > jdbc/PrimaryDBInTheContainer > > I have already tried it, and it doesn't work. > > In my opinion is useless under tomcat, > > or better said, it has only informative value, at lea

Re: explanation of resource-ref in web.xml

2013-04-18 Thread Jakub 1983
I have tried google, but this links don't explain me, eg 4 states jdbc/primaryDB jdbc/PrimaryDBInTheContainer I have already tried it, and it doesn't work. In my opinion is useless under tomcat, or better said, it has only informative value, at least in case of database connection. On

Re: explanation of resource-ref in web.xml

2013-04-17 Thread Howard W. Smith, Jr.
On Wed, Apr 17, 2013 at 10:38 PM, Leo Donahue - RDSA IT < leodona...@mail.maricopa.gov> wrote: > > > From: Jakub 1983 [jjaku...@gmail.com] > Sent: Wednesday, April 17, 2013 7:26 PM > To: Tomcat Users List > Subject: explanation of resource-ref in web.xml >

Re: explanation of resource-ref in web.xml

2013-04-17 Thread Jakub 1983
I have tried, and definig only in context.xml is sufficient, in web.xml was commented, but I still could acces database connection from jndi. On Thu, Apr 18, 2013 at 4:38 AM, Leo Donahue - RDSA IT < leodona...@mail.maricopa.gov> wrote: > > > From: Jakub

RE: explanation of resource-ref in web.xml

2013-04-17 Thread Leo Donahue - RDSA IT
From: Jakub 1983 [jjaku...@gmail.com] Sent: Wednesday, April 17, 2013 7:26 PM To: Tomcat Users List Subject: explanation of resource-ref in web.xml What the hell is in web.xml used for ? I use it in a context,