Re: JNDI with tiles controller

2004-12-21 Thread Jim Douglas
lt;[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: JNDI with tiles controller Date: Mon, 20 Dec 2004 19:28:04 -0600 Jim, JNDI is the best-practice approach to dealing with acquisition of data-sources. It's not always practical to use (for example, if you don&

Re: JNDI with tiles controller

2004-12-20 Thread Eddie Bush
Jim, JNDI is the best-practice approach to dealing with acquisition of data-sources. It's not always practical to use (for example, if you don't have control over the server config) but it sure is slick. Not knowing what is in the tile that produces the error, it's difficult to say what your err

RE: JNDI

2004-11-12 Thread McCormack, Chris
Then deploy a your_webapp_name_here.xml file along with your app that contains the context settings. Chris McCormack -Original Message- From: Jonathan Wright [mailto:[EMAIL PROTECTED] Sent: 11 November 2004 23:22 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: JNDI Craig

Re: JNDI

2004-11-11 Thread Jonathan Wright
Jonathan Wright - Original Message - From: "Craig McClanahan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, November 12, 2004 11:57 AM Subject: Re: JNDI > On Fri, 12 Nov 2004 11:46:22 +1300, Jonathan Wright > <[EMAIL

Re: JNDI

2004-11-11 Thread Craig McClanahan
On Fri, 12 Nov 2004 11:46:22 +1300, Jonathan Wright <[EMAIL PROTECTED]> wrote: > Hi, > > Just a quick question about JNDI in a Struts setting. I want to reduce the > dependencies between objects in my app. Some objects that are not servlet > aware need access to the ServletContext and DataSources.