I found that on Tomcat 5.0.12, contexts can find database JNDI resources listed under DefaultContext, but not GlobalNamingResources, even with a ResourceLink to the resource in a Context in server.xml. Does adding a ResourceLink to a context file in conf/Catalina/localhost work any better?
Derek -----Original Message----- From: Peter Harrison [mailto:[EMAIL PROTECTED] Sent: October 5, 2003 9:32 PM To: Tomcat Users List Subject: Re: JNDI+dbcp Can't find my jdbc driver On Mon, 06 Oct 2003 13:51, Josh G wrote: > Tried that, still nothing. And there's nothing showing up in > var/mysql.log either. Is there any way to dig up where exactly the > problem is between tomcat and mysql? A known issue was with putting the resources under either the default context or the global resources. If you do thins you end up with various errors. This might not be the same issue of course. To fix it place the resources in a Context you intend to run under. Regards, Peter PS : Anyone have success at posting bugz on bugzilla for Tomcat. I reported this bug in detail, but can't seem to find it - as if its been delt with - but I can't find it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
