RE: Problems with data sources - solved1

2009-07-14 Thread Александър Шопов
Sigh, Actually - there was no problem. The line boolean exist = (null == ds); should have been boolean exist = (null != ds); Silly me. Sorry guys. Kind regards: al_shopov - To unsubscribe, e-mail: users-unsubscr...@tomcat.apach

RE: Problems with data sources

2009-07-14 Thread Caldarale, Charles R
> From: Александър Шопов [mailto:a...@contact.bg] > Subject: Problems with data sources > > The path attribute is illegal - remove it. (That's not the cause of the problem, however.) Make sure you don't have another element in conf/Catalina/[host]/[appName].xml - that

Re: Problems with data sources

2009-07-14 Thread David Smith
I don't see anything immediately. The driver is in the right place, you've not made any errors in character case that I can see. Is there anything in your logs from the either the moment your webapp deployed or the moment you loaded your page? --David Александър Шопов wrote: > Hi guys, > After

Problems with data sources

2009-07-14 Thread Александър Шопов
Hi guys, After reading http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html and http://tomcat.apache.org/tomcat-6.0-doc/config/context.html I am still trying to configure tomcat 6.0.20 to use datasources. I could be doing something very wrong and silly but cannot realize wh