Hi again.
I tried the example based on
Tomcat JNDI Datasource Examples - HOWTO for MySQL and also section 5.2.1 of
Spring In Action (2nd Edition) but I haven't had any luck.
Here's what I've got now.
In XAMPP (the web server I'm using for
testing just now); I've got a Context.xml file in this location C:\xampp\tomcat\conf\Catalina\localhost
It looks as follows;
Then in my Spring Beans property file I have
And finally some noddy
Java code
Unfortunately when I run this I get an exception;
I'm not sure exactly where it's gone wrong. Any ideas anyone?
Thanks,
John