Problem with JNDI Datasource HOW-TO MySQL Example

2003-10-31 Thread David De Graff
I'm new to Java but have installed Tomcat a couple of times, and am now trying to configure a JNDI datasource (to use with the OpenReports database reporting package - see http://sourceforge.net/projects/oreports for info on that). Before configuring a datasource for db reporting, I'm trying to

Re: Problem with JNDI Datasource HOW-TO MySQL Example

2003-10-31 Thread David De Graff
Subject: Problem with JNDI Datasource HOW-TO MySQL Example I'm new to Java but have installed Tomcat a couple of times, and am now trying to configure a JNDI datasource (to use with the OpenReports database reporting package - see http://sourceforge.net/projects/oreports for info

Re: Problem with JNDI Datasource HOW-TO MySQL Example

2003-10-31 Thread Antony Paul
simple suggestion. put the class file in webapps/DBTest/WEB-INF/classes/foo. Antony. Original Message - From: David De Graff [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 31, 2003 1:55 PM Subject: Problem with JNDI Datasource HOW-TO MySQL Example I'm new to Java

Re: Problem with JNDI Datasource HOW-TO MySQL Example

2003-10-31 Thread David De Graff
Datasource HOW-TO MySQL Example simple suggestion. put the class file in webapps/DBTest/WEB-INF/classes/foo. Antony. Original Message - From: David De Graff [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 31, 2003 1:55 PM Subject: Problem with JNDI Datasource HOW-TO MySQL

Re: Problem with JNDI Datasource HOW-TO MySQL Example

2003-10-31 Thread Antony Paul
Users List [EMAIL PROTECTED] Sent: Friday, October 31, 2003 2:24 PM Subject: Re: Problem with JNDI Datasource HOW-TO MySQL Example Excellent! That worked on the first try, and it turns out that the test JNDI datasource also works. It's strange that the need to put class files in a directory