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
> 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 will override the one
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