Re: NamingException: Cannot create resource instance

2006-09-09 Thread Kevin Hart
nt stmt = conn.createStatement(); > > 17:ResultSet rset = stmt.executeQuery("select * from employee;"); > > .. > > > > As you can see, I'm just trying to get an example working. > > > > Thanks again for any help, > > Kevin > > &

Re: NamingException: Cannot create resource instance

2006-09-07 Thread David Smith
[EMAIL PROTECTED]>: Hello, I'm trying to get a jsp to access a mysql database. I'm using the "preferred" JNDI resources approach with Tomcat, but I keep getting the NamingException: Cannot create resource instance error. I know others have posted with this error. I&#

Re: NamingException: Cannot create resource instance

2006-09-07 Thread Kevin Hart
database. I'm using the > "preferred" JNDI resources approach with Tomcat, but I keep getting the > NamingException: Cannot create resource instance error. I know others > have posted with this error. I've read some of those posts, but > the solutions don't seem t

NamingException: Cannot create resource instance

2006-09-07 Thread Kevin Hart
Hello, I'm trying to get a jsp to access a mysql database. I'm using the "preferred" JNDI resources approach with Tomcat, but I keep getting the NamingException: Cannot create resource instance error. I know others have posted with this error. I've read some of those