Vito,
I placed j2ee.jar in the tomcat common lib folder and it didn’t like it.
That’s the kind of information that would’ve allowed me to diagnose the problem in about one post, if you’d mentioned it initially. 😉
Do you know why the j2ee.jar doesn’t work?
Yes, because it is redundant with a lot of the other classes that are already loaded in other Tomcat jars.
So I placed the JDBC driver that I needed alone. classes12.jar.
That’s fine, or you could’ve just used the ‘Append to Classpath’ setting in the connector to add classes12.jar from whereever it was, without copying it to the common lib directory. Either will work however.
Glad to hear you’re up and running now.
–Scott
MyEclipse Support