I think it's a better idea to make those app resources
local instead of global.  If your app is the only one
that needs that data source, by all means it should
not be global.  That's the way I prefer to do it. 
Keep those apps uncoupled and isolated from each
other. - MOD


--- Philipp Taprogge <[EMAIL PROTECTED]> wrote:
> Hi!
> 
> Burgess, Jay S wrote:
> > Thanks for the feedback.  Maybe my problem does
> have something to do
> > with context visibility, but since I'm defining
> the resource within
> > SERVER.XML's <GlobalNamingResources>, I was under
> the impression that
> > these resources were available to all contexts.   
> 
> I had a similar problem. It seems, that if you
> auto-deploy a context by 
> dropping a .war into tomcat's webapps, this context
> does not see the 
> JNDI-Resources defined in the GlobalNamingResources
> section of the 
> server.xml. I had to specify them explicitly in it's
> own <Context> 
> section for my webapp.
> This problem seems to be limited to tomcat 4.x,
> since it vanished after 
> I upgraded to tomcat5.
> 
> HTH
> 
>               Phil
> 
> -- 
> And on the seventh day, He exited from append mode.
> (Book of create(2), line 255)
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to