views:

69

answers:

1

I would like to know how to establish the link between eclipse - tomcat - MYSQL. And also which version of mysql to download.

Thank you.

A: 

The sysdeo plugin provides controls in eclipse for tomcat. For mysql check out tomcat connection pooling. I'll post more detail when ihave time.

Edit

OK You can find the MySQL Java connector here

http://dev.mysql.com/usingmysql/java/

And information on configuration here http://onjava.com/pub/a/onjava/2006/04/19/database-connection-pooling-with-tomcat.html

As far as I know, the current versions of MySQL and Tomcat are supported.

Jaydee
I've already did tomcat connection pooling in my servlet. I am currently connected to microsoft access. I would like to implement that in MYSQL.
User358218
There seems to be an error when i integrate it with eclipse. Do i have to use tomcat 6.0??
User358218
What is the error? NB I'm currently still on Tomcat 5.5
Jaydee
It says something about the jre not configured to run on tomcat 5.5 or earlier
User358218
What is your java version
Jaydee