-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kevin,

[EMAIL PROTECTED] wrote:
| Now for the issue at hand. I turned off my Windows firewall and this did
| not fix the issue.

Yeah, that was unlikely to change anything. Make sure you turn that back on!

| I implemented the resource as you suggested (short hand method as
follows):

[snip]

|            url="jdbc:mysql://localhost:3306/test"
|            driverClassName="com.mysql.jdbc.Driver"

These look fine.

| java.sql.SQLException: No suitable driver

[snip]

| For some reason the driver manager can't get the driver even though the
| jar is in <tomcat>\common\lib ???

The last thing I can think of is that you might have the JDBC library in
more than one place. Check to make sure that you /only/ have it in
<tomcat>/common/lib -- especially check your application's WEB-INF/lib
directory. If there are multiple copies of the library, things don't
work our properly (I'm unclear as to exactly why, just that things
generally fall apart if you have multiple copies).

Hope that helps,
- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkfCApQACgkQ9CaO5/Lv0PARzgCgrL34JaXskQYe6yHFozL/U525
6M0An3U3kOZSgQYStr2az1sEFB0qo8Nz
=YIFV
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to