I would like to know how to establish the link between eclipse - tomcat - MYSQL. And also which version of mysql to download.
Thank you.
I would like to know how to establish the link between eclipse - tomcat - MYSQL. And also which version of mysql to download.
Thank you.
The sysdeo plugin provides controls in eclipse for tomcat. For mysql check out tomcat connection pooling. I'll post more detail when ihave time.
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.