I would like to know how to establish the link between eclipse – tomcat – MYSQL.
And also which version of mysql to download.
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.